#79191D

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

Shades of Red Berry #79191D

Tints of Red Berry #79191D

Color information

#79191D (or 0x79191D) is unknown color: approx Red Berry. HEX triplet: 79, 19 and 1D. RGB value is (121,25,29). Sum of RGB (Red+Green+Blue) = 121+25+29=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #79191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79191D is #86E6E2. Grayscale: #363636. Windows color (decimal): -8840931 or 1907065. OLE color: 1907065.

HSL color Cylindrical-coordinate representation of color #79191D: hue angle of 357.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79191D is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1212529-
CMYK00.790.760.53
HSL357.5º65.75%28.63%-
HSV(B)357.5º79.34%47.45%-
XYZ8.454.851.65-
YUV54.16113.8175.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.14%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=69.14%
G=14.29%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121252900.790.760.53357.565.7528.63
Hex79191D04F4C35166421d
Octal171313501171146554610235
Binary11110011100111101010011111001100110101101100110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,25,29); }

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

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

 a { background-color: rgb(121,25,29); }

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

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

 span { border-color: rgb(121,25,29); }

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