#791F3C

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

Shades of Claret #791F3C

Tints of Claret #791F3C

Color information

#791F3C (or 0x791F3C) is unknown color: approx Claret. HEX triplet: 79, 1F and 3C. RGB value is (121,31,60). Sum of RGB (Red+Green+Blue) = 121+31+60=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #791F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791F3C is #86E0C3. Grayscale: #3D3D3D. Windows color (decimal): -8839364 or 3940217. OLE color: 3940217.

HSL color Cylindrical-coordinate representation of color #791F3C: hue angle of 340.67º degrees, saturation: 0.59, 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 #791F3C is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1213160-
CMYK00.740.500.53
HSL340.67º59.21%29.8%-
HSV(B)340.67º74.38%47.45%-
XYZ9.195.374.83-
YUV61.22127.32170.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 31 (12.5% from 255) = 14.62%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=57.08%
G=14.62%
B=28.30%

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
Decimal121316000.740.500.53340.6759.2129.8
Hex791F3C04A32351553b1e
Octal1713774011262655257336
Binary1111001111111111000100101011001011010110101010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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