#79152D

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

Shades of Red Berry #79152D

Tints of Red Berry #79152D

Color information

#79152D (or 0x79152D) is unknown color: approx Red Berry. HEX triplet: 79, 15 and 2D. RGB value is (121,21,45). Sum of RGB (Red+Green+Blue) = 121+21+45=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #79152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79152D is #86EAD2. Grayscale: #353535. Windows color (decimal): -8841939 or 2954617. OLE color: 2954617.

HSL color Cylindrical-coordinate representation of color #79152D: hue angle of 345.6º degrees, saturation: 0.7, 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 #79152D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1212145-
CMYK00.830.630.53
HSL345.6º70.42%27.84%-
HSV(B)345.6º82.64%47.45%-
XYZ8.634.792.95-
YUV53.64123.13176.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.71%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=64.71%
G=11.23%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121214500.830.630.53345.670.4227.84
Hex79152D0533F3515a461c
Octal17125550123776553210634
Binary11110011010110110101010011111111110101101011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79152D; }

 p { color: rgb(121,21,45); }

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

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

 a { background-color: rgb(121,21,45); }

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

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

 span { border-color: rgb(121,21,45); }

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