#79111E

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

Shades of Red Berry #79111E

Tints of Red Berry #79111E

Color information

#79111E (or 0x79111E) is unknown color: approx Red Berry. HEX triplet: 79, 11 and 1E. RGB value is (121,17,30). Sum of RGB (Red+Green+Blue) = 121+17+30=168 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.02% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 121 - color contains mainly: red. Hex color #79111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79111E is #86EEE1. Grayscale: #313131. Windows color (decimal): -8842978 or 1970553. OLE color: 1970553.

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

Color convert

RGB1211730-
CMYK00.860.750.53
HSL352.5º75.36%27.06%-
HSV(B)352.5º85.95%47.45%-
XYZ8.324.561.67-
YUV49.58116.96178.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.02%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=72.02%
G=10.12%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121173000.860.750.53352.575.3627.06
Hex79111E0564B351604b1b
Octal171213601261136554011333
Binary11110011000111110010101101001011110101101100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79111E; }

 p { color: rgb(121,17,30); }

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

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

 a { background-color: rgb(121,17,30); }

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

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

 span { border-color: rgb(121,17,30); }

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