#761219

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

Shades of Red Berry #761219

Tints of Red Berry #761219

Color information

#761219 (or 0x761219) is unknown color: approx Red Berry. HEX triplet: 76, 12 and 19. RGB value is (118,18,25). Sum of RGB (Red+Green+Blue) = 118+18+25=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #761219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761219 is #89EDE6. Grayscale: #303030. Windows color (decimal): -9039335 or 1643126. OLE color: 1643126.

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

Color convert

RGB1181825-
CMYK00.850.790.54
HSL355.8º73.53%26.67%-
HSV(B)355.8º84.75%46.27%-
XYZ7.864.351.35-
YUV48.7114.63177.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 25 (10.16% from 255) = 15.53%
R=73.29%
G=11.18%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118182500.850.790.54355.873.5326.67
Hex7612190554F361644a1b
Octal166223101251176654411233
Binary11101101001011001010101011001111110110101100100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761219; }

 p { color: rgb(118,18,25); }

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

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

 a { background-color: rgb(118,18,25); }

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

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

 span { border-color: rgb(118,18,25); }

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