#79191A

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

Shades of Red Berry #79191A

Tints of Red Berry #79191A

Color information

#79191A (or 0x79191A) is unknown color: approx Red Berry. HEX triplet: 79, 19 and 1A. RGB value is (121,25,26). Sum of RGB (Red+Green+Blue) = 121+25+26=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #79191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79191A is #86E6E5. Grayscale: #353535. Windows color (decimal): -8840934 or 1710457. OLE color: 1710457.

HSL color Cylindrical-coordinate representation of color #79191A: hue angle of 359.38º 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 #79191A is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1212526-
CMYK00.790.790.53
HSL359.38º65.75%28.63%-
HSV(B)359.38º79.34%47.45%-
XYZ8.424.831.47-
YUV53.82112.3175.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 70.35%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=70.35%
G=14.53%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121252600.790.790.53359.3865.7528.63
Hex79191A04F4F35167421d
Octal171313201171176554710235
Binary11110011100111010010011111001111110101101100111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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