#79203D

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

Shades of Claret #79203D

Tints of Claret #79203D

Color information

#79203D (or 0x79203D) is unknown color: approx Claret. HEX triplet: 79, 20 and 3D. RGB value is (121,32,61). Sum of RGB (Red+Green+Blue) = 121+32+61=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #79203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79203D is #86DFC2. Grayscale: #3D3D3D. Windows color (decimal): -8839107 or 4006009. OLE color: 4006009.

HSL color Cylindrical-coordinate representation of color #79203D: hue angle of 340.45º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79203D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1213261-
CMYK00.740.500.53
HSL340.45º58.17%30%-
HSV(B)340.45º73.55%47.45%-
XYZ9.245.434.98-
YUV61.92127.49170.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.54%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=56.54%
G=14.95%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121326100.740.500.53340.4558.1730
Hex79203D04A32351543a1e
Octal1714075011262655247236
Binary11110011000001111010100101011001011010110101010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,32,61); }

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

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

 a { background-color: rgb(121,32,61); }

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

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

 span { border-color: rgb(121,32,61); }

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