#79122D

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

Shades of Claret #79122D

Tints of Claret #79122D

Color information

#79122D (or 0x79122D) is unknown color: approx Claret. HEX triplet: 79, 12 and 2D. RGB value is (121,18,45). Sum of RGB (Red+Green+Blue) = 121+18+45=184 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.76% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 121 - color contains mainly: red. Hex color #79122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79122D is #86EDD2. Grayscale: #333333. Windows color (decimal): -8842707 or 2953849. OLE color: 2953849.

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

Color convert

RGB1211845-
CMYK00.850.630.53
HSL344.27º74.1%27.25%-
HSV(B)344.27º85.12%47.45%-
XYZ8.584.692.94-
YUV51.88124.12177.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 65.76%
GREEN value IS 18 (7.42% from 255) = 9.78%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=65.76%
G=9.78%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121184500.850.630.53344.2774.127.25
Hex79122D0553F351584a1b
Octal17122550125776553011233
Binary11110011001010110101010101111111110101101011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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