#79141E

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

Shades of Red Berry #79141E

Tints of Red Berry #79141E

Color information

#79141E (or 0x79141E) is unknown color: approx Red Berry. HEX triplet: 79, 14 and 1E. RGB value is (121,20,30). Sum of RGB (Red+Green+Blue) = 121+20+30=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #79141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79141E is #86EBE1. Grayscale: #333333. Windows color (decimal): -8842210 or 1971321. OLE color: 1971321.

HSL color Cylindrical-coordinate representation of color #79141E: hue angle of 354.06º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79141E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1212030-
CMYK00.830.750.53
HSL354.06º71.63%27.65%-
HSV(B)354.06º83.47%47.45%-
XYZ8.374.661.69-
YUV51.34115.96177.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 70.76%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 30 (12.11% from 255) = 17.54%
R=70.76%
G=11.70%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121203000.830.750.53354.0671.6327.65
Hex79141E0534B35162481c
Octal171243601231136554211034
Binary11110011010011110010100111001011110101101100010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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