#79162E

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

Shades of Claret #79162E

Tints of Claret #79162E

Color information

#79162E (or 0x79162E) is unknown color: approx Claret. HEX triplet: 79, 16 and 2E. RGB value is (121,22,46). Sum of RGB (Red+Green+Blue) = 121+22+46=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #79162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79162E is #86E9D1. Grayscale: #363636. Windows color (decimal): -8841682 or 3020409. OLE color: 3020409.

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

Color convert

RGB1212246-
CMYK00.820.620.53
HSL345.45º69.23%28.04%-
HSV(B)345.45º81.82%47.45%-
XYZ8.674.843.06-
YUV54.34123.3175.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.02%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=64.02%
G=11.64%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121224600.820.620.53345.4569.2328.04
Hex79162E0523E35159451c
Octal17126560122766553110534
Binary11110011011010111001010010111110110101101011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,22,46); }

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

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

 a { background-color: rgb(121,22,46); }

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

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

 span { border-color: rgb(121,22,46); }

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