#791E3C

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

Shades of Claret #791E3C

Tints of Claret #791E3C

Color information

#791E3C (or 0x791E3C) is unknown color: approx Claret. HEX triplet: 79, 1E and 3C. RGB value is (121,30,60). Sum of RGB (Red+Green+Blue) = 121+30+60=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 30 (12.11% from 255 or 14.22% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #791E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E3C is #86E1C3. Grayscale: #3C3C3C. Windows color (decimal): -8839620 or 3939961. OLE color: 3939961.

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

Color convert

RGB1213060-
CMYK00.750.500.53
HSL340.22º60.26%29.61%-
HSV(B)340.22º75.21%47.45%-
XYZ9.175.324.82-
YUV60.63127.65171.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.35%
GREEN value IS 30 (12.11% from 255) = 14.22%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=57.35%
G=14.22%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121306000.750.500.53340.2260.2629.61
Hex791E3C04B32351543c1e
Octal1713674011362655247436
Binary1111001111101111000100101111001011010110101010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791E3C; }

 p { color: rgb(121,30,60); }

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

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

 a { background-color: rgb(121,30,60); }

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

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

 span { border-color: rgb(121,30,60); }

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