#791931

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

Shades of Claret #791931

Tints of Claret #791931

Color information

#791931 (or 0x791931) is unknown color: approx Claret. HEX triplet: 79, 19 and 31. RGB value is (121,25,49). Sum of RGB (Red+Green+Blue) = 121+25+49=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #791931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791931 is #86E6CE. Grayscale: #383838. Windows color (decimal): -8840911 or 3217785. OLE color: 3217785.

HSL color Cylindrical-coordinate representation of color #791931: hue angle of 345º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791931 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1212549-
CMYK00.790.600.53
HSL345º65.75%28.63%-
HSV(B)345º79.34%47.45%-
XYZ8.794.983.4-
YUV56.44123.8174.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.05%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 49 (19.53% from 255) = 25.13%
R=62.05%
G=12.82%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121254900.790.600.5334565.7528.63
Hex79193104F3C35159421d
Octal17131610117746553110235
Binary11110011100111000101001111111100110101101011001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791931; }

 p { color: rgb(121,25,49); }

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

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

 a { background-color: rgb(121,25,49); }

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

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

 span { border-color: rgb(121,25,49); }

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