#791431

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

Shades of Claret #791431

Tints of Claret #791431

Color information

#791431 (or 0x791431) is unknown color: approx Claret. HEX triplet: 79, 14 and 31. RGB value is (121,20,49). Sum of RGB (Red+Green+Blue) = 121+20+49=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #791431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791431 is #86EBCE. Grayscale: #353535. Windows color (decimal): -8842191 or 3216505. OLE color: 3216505.

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

Color convert

RGB1212049-
CMYK00.830.600.53
HSL342.77º71.63%27.65%-
HSV(B)342.77º83.47%47.45%-
XYZ8.694.793.37-
YUV53.5125.46176.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 63.68%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=63.68%
G=10.53%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121204900.830.600.53342.7771.6327.65
Hex7914310533C35157481c
Octal17124610123746552711034
Binary11110011010011000101010011111100110101101010111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791431; }

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

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

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

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

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

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

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

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