#78111C

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

Shades of Red Berry #78111C

Tints of Red Berry #78111C

Color information

#78111C (or 0x78111C) is unknown color: approx Red Berry. HEX triplet: 78, 11 and 1C. RGB value is (120,17,28). Sum of RGB (Red+Green+Blue) = 120+17+28=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #78111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78111C is #87EEE3. Grayscale: #313131. Windows color (decimal): -8908516 or 1839480. OLE color: 1839480.

HSL color Cylindrical-coordinate representation of color #78111C: hue angle of 353.59º 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 #78111C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1201728-
CMYK00.860.770.53
HSL353.59º75.18%26.86%-
HSV(B)353.59º85.83%47.06%-
XYZ8.164.481.53-
YUV49.05116.12178.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.73%
GREEN value IS 17 (7.03% from 255) = 10.30%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=72.73%
G=10.30%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120172800.860.770.53353.5975.1826.86
Hex78111C0564D351624b1b
Octal170213401261156554211333
Binary11110001000111100010101101001101110101101100010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78111C; }

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

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

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

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

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

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

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

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