#79253B

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

Shades of Claret #79253B

Tints of Claret #79253B

Color information

#79253B (or 0x79253B) is unknown color: approx Claret. HEX triplet: 79, 25 and 3B. RGB value is (121,37,59). Sum of RGB (Red+Green+Blue) = 121+37+59=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79253B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79253B is #86DAC4. Grayscale: #404040. Windows color (decimal): -8837829 or 3876217. OLE color: 3876217.

HSL color Cylindrical-coordinate representation of color #79253B: hue angle of 344.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #79253B is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1213759-
CMYK00.690.510.53
HSL344.29º53.16%30.98%-
HSV(B)344.29º69.42%47.45%-
XYZ9.345.74.75-
YUV64.62124.83168.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=55.76%
G=17.05%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121375900.690.510.53344.2953.1630.98
Hex79253B0453335158351f
Octal1714573010563655306537
Binary11110011001011110110100010111001111010110101100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79253B; }

 p { color: rgb(121,37,59); }

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

<style>
 a { background-color: #79253B; }

 a { background-color: rgb(121,37,59); }

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

<style>
 span { border-color: #79253B; }

 span { border-color: rgb(121,37,59); }

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