#79152F

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

Shades of Claret #79152F

Tints of Claret #79152F

Color information

#79152F (or 0x79152F) is unknown color: approx Claret. HEX triplet: 79, 15 and 2F. RGB value is (121,21,47). Sum of RGB (Red+Green+Blue) = 121+21+47=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #79152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79152F is #86EAD0. Grayscale: #353535. Windows color (decimal): -8841937 or 3085689. OLE color: 3085689.

HSL color Cylindrical-coordinate representation of color #79152F: hue angle of 344.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79152F is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1212147-
CMYK00.830.610.53
HSL344.4º70.42%27.84%-
HSV(B)344.4º82.64%47.45%-
XYZ8.674.813.16-
YUV53.86124.13175.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.02%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=64.02%
G=11.11%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121214700.830.610.53344.470.4227.84
Hex79152F0533D35158461c
Octal17125570123756553010634
Binary11110011010110111101010011111101110101101011000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79152F; }

 p { color: rgb(121,21,47); }

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

<style>
 a { background-color: #79152F; }

 a { background-color: rgb(121,21,47); }

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

<style>
 span { border-color: #79152F; }

 span { border-color: rgb(121,21,47); }

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