#79121A

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

Shades of Red Berry #79121A

Tints of Red Berry #79121A

Color information

#79121A (or 0x79121A) is unknown color: approx Red Berry. HEX triplet: 79, 12 and 1A. RGB value is (121,18,26). Sum of RGB (Red+Green+Blue) = 121+18+26=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #79121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79121A is #86EDE5. Grayscale: #313131. Windows color (decimal): -8842726 or 1708665. OLE color: 1708665.

HSL color Cylindrical-coordinate representation of color #79121A: hue angle of 355.34º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79121A is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1211826-
CMYK00.850.790.53
HSL355.34º74.1%27.25%-
HSV(B)355.34º85.12%47.45%-
XYZ8.294.571.42-
YUV49.71114.62178.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.33%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=73.33%
G=10.91%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121182600.850.790.53355.3474.127.25
Hex79121A0554F351634a1b
Octal171223201251176554311233
Binary11110011001011010010101011001111110101101100011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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