#612942

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

Shades of Pompadour #612942

Tints of Pompadour #612942

Color information

#612942 (or 0x612942) is unknown color: approx Pompadour. HEX triplet: 61, 29 and 42. RGB value is (97,41,66). Sum of RGB (Red+Green+Blue) = 97+41+66=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612942 is #9ED6BD. Grayscale: #3C3C3C. Windows color (decimal): -10409662 or 4335969. OLE color: 4335969.

HSL color Cylindrical-coordinate representation of color #612942: hue angle of 333.21º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612942 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB974166-
CMYK00.580.320.62
HSL333.21º40.58%27.06%-
HSV(B)333.21º57.73%38.04%-
XYZ6.714.525.67-
YUV60.59131.05153.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=47.55%
G=20.10%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97416600.580.320.62333.2140.5827.06
Hex61294203A203E14d291b
Octal1415110207240765155133
Binary11000011010011000010011101010000011111010100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612942; }

 p { color: rgb(97,41,66); }

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

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

 a { background-color: rgb(97,41,66); }

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

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

 span { border-color: rgb(97,41,66); }

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