#781118

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

Shades of Red Berry #781118

Tints of Red Berry #781118

Color information

#781118 (or 0x781118) is unknown color: approx Red Berry. HEX triplet: 78, 11 and 18. RGB value is (120,17,24). Sum of RGB (Red+Green+Blue) = 120+17+24=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #781118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781118 is #87EEE7. Grayscale: #303030. Windows color (decimal): -8908520 or 1577336. OLE color: 1577336.

HSL color Cylindrical-coordinate representation of color #781118: hue angle of 355.92º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781118 is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB1201724-
CMYK00.860.80.53
HSL355.92º75.18%26.86%-
HSV(B)355.92º85.83%47.06%-
XYZ8.114.461.3-
YUV48.59114.12178.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.53%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=74.53%
G=10.56%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120172400.860.80.53355.9275.1826.86
Hex78111805650351644b1b
Octal170213001261206554411333
Binary11110001000111000010101101010000110101101100100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781118; }

 p { color: rgb(120,17,24); }

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

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

 a { background-color: rgb(120,17,24); }

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

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

 span { border-color: rgb(120,17,24); }

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