#791742

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

Shades of Pompadour #791742

Tints of Pompadour #791742

Color information

#791742 (or 0x791742) is unknown color: approx Pompadour. HEX triplet: 79, 17 and 42. RGB value is (121,23,66). Sum of RGB (Red+Green+Blue) = 121+23+66=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #791742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791742 is #86E8BD. Grayscale: #393939. Windows color (decimal): -8841406 or 4331385. OLE color: 4331385.

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

Color convert

RGB1212366-
CMYK00.810.450.53
HSL333.67º68.06%28.24%-
HSV(B)333.67º80.99%47.45%-
XYZ9.175.075.65-
YUV57.2132.97173.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.62%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=57.62%
G=10.95%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121236600.810.450.53333.6768.0628.24
Hex7917420512D3514e441c
Octal171271020121556551610434
Binary111100110111100001001010001101101110101101001110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791742; }

 p { color: rgb(121,23,66); }

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

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

 a { background-color: rgb(121,23,66); }

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

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

 span { border-color: rgb(121,23,66); }

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