#792035

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

Shades of Claret #792035

Tints of Claret #792035

Color information

#792035 (or 0x792035) is unknown color: approx Claret. HEX triplet: 79, 20 and 35. RGB value is (121,32,53). Sum of RGB (Red+Green+Blue) = 121+32+53=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #792035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792035 is #86DFCA. Grayscale: #3D3D3D. Windows color (decimal): -8839115 or 3481721. OLE color: 3481721.

HSL color Cylindrical-coordinate representation of color #792035: hue angle of 345.84º 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 #792035 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1213253-
CMYK00.740.560.53
HSL345.84º58.17%30%-
HSV(B)345.84º73.55%47.45%-
XYZ9.045.363.93-
YUV61123.49170.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.74%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 53 (21.09% from 255) = 25.73%
R=58.74%
G=15.53%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121325300.740.560.53345.8458.1730
Hex79203504A383515a3a1e
Octal1714065011270655327236
Binary11110011000001101010100101011100011010110101101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792035; }

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

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

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

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

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

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

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

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