#751524

Color #751524 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #751524

Tints of Red Berry #751524

Color information

#751524 (or 0x751524) is unknown color: approx Red Berry. HEX triplet: 75, 15 and 24. RGB value is (117,21,36). Sum of RGB (Red+Green+Blue) = 117+21+36=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751524 is #8AEADB. Grayscale: #333333. Windows color (decimal): -9104092 or 2364789. OLE color: 2364789.

HSL color Cylindrical-coordinate representation of color #751524: hue angle of 350.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751524 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB1172136-
CMYK00.820.690.54
HSL350.62º69.57%27.06%-
HSV(B)350.62º82.05%45.88%-
XYZ7.924.452.11-
YUV51.41119.3174.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=67.24%
G=12.07%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117213600.820.690.54350.6269.5727.06
Hex751524052453615f461b
Octal165254401221056653710633
Binary111010110101100100010100101000101110110101011111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751524; }

 p { color: rgb(117,21,36); }

 H1.HeaderClassName
 {
   color: #751524;
 }
 .AnyTagClassName
 {
   color: #751524;
 }
</style>
background-color css

<style>
 a { background-color: #751524; }

 a { background-color: rgb(117,21,36); }

 div.DivClassName
 {
   background-color: #751524;
 }
 .BgClassName
 {
   background-color: #751524;
 }
</style>
border-color css

<style>
 span { border-color: #751524; }

 span { border-color: rgb(117,21,36); }

 td.TdClassName
 {
   border-color: #751524;
 }
 .TagClassName
 {
   border-color: #751524;
 }
</style>