#791132

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

Shades of Claret #791132

Tints of Claret #791132

Color information

#791132 (or 0x791132) is unknown color: approx Claret. HEX triplet: 79, 11 and 32. RGB value is (121,17,50). Sum of RGB (Red+Green+Blue) = 121+17+50=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #791132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791132 is #86EECD. Grayscale: #333333. Windows color (decimal): -8842958 or 3281273. OLE color: 3281273.

HSL color Cylindrical-coordinate representation of color #791132: hue angle of 340.96º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791132 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1211750-
CMYK00.860.590.53
HSL340.96º75.36%27.06%-
HSV(B)340.96º85.95%47.45%-
XYZ8.664.73.47-
YUV51.86126.96177.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=64.36%
G=9.04%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121175000.860.590.53340.9675.3627.06
Hex7911320563B351554b1b
Octal17121620126736552511333
Binary11110011000111001001010110111011110101101010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791132; }

 p { color: rgb(121,17,50); }

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

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

 a { background-color: rgb(121,17,50); }

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

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

 span { border-color: rgb(121,17,50); }

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