#792034

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

Shades of Claret #792034

Tints of Claret #792034

Color information

#792034 (or 0x792034) is unknown color: approx Claret. HEX triplet: 79, 20 and 34. RGB value is (121,32,52). Sum of RGB (Red+Green+Blue) = 121+32+52=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #792034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792034 is #86DFCB. Grayscale: #3C3C3C. Windows color (decimal): -8839116 or 3416185. OLE color: 3416185.

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

Color convert

RGB1213252-
CMYK00.740.570.53
HSL346.52º58.17%30%-
HSV(B)346.52º73.55%47.45%-
XYZ9.025.353.81-
YUV60.89122.99170.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.02%
GREEN value IS 32 (12.89% from 255) = 15.61%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=59.02%
G=15.61%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121325200.740.570.53346.5258.1730
Hex79203404A393515b3a1e
Octal1714064011271655337236
Binary11110011000001101000100101011100111010110101101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792034; }

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

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

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

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

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

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

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

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