#79142F

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

Shades of Claret #79142F

Tints of Claret #79142F

Color information

#79142F (or 0x79142F) is unknown color: approx Claret. HEX triplet: 79, 14 and 2F. RGB value is (121,20,47). Sum of RGB (Red+Green+Blue) = 121+20+47=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79142F is #86EBD0. Grayscale: #353535. Windows color (decimal): -8842193 or 3085433. OLE color: 3085433.

HSL color Cylindrical-coordinate representation of color #79142F: hue angle of 343.96º degrees, saturation: 0.72, 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 #79142F is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1212047-
CMYK00.830.610.53
HSL343.96º71.63%27.65%-
HSV(B)343.96º83.47%47.45%-
XYZ8.654.773.15-
YUV53.28124.46176.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 47 (18.75% from 255) = 25%
R=64.36%
G=10.64%
B=25%

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
Decimal121204700.830.610.53343.9671.6327.65
Hex79142F0533D35158481c
Octal17124570123756553011034
Binary11110011010010111101010011111101110101101011000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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