#622942

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

Shades of Pompadour #622942

Tints of Pompadour #622942

Color information

#622942 (or 0x622942) is unknown color: approx Pompadour. HEX triplet: 62, 29 and 42. RGB value is (98,41,66). Sum of RGB (Red+Green+Blue) = 98+41+66=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #622942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622942 is #9DD6BD. Grayscale: #3C3C3C. Windows color (decimal): -10344126 or 4335970. OLE color: 4335970.

HSL color Cylindrical-coordinate representation of color #622942: hue angle of 333.68º 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 #622942 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB984166-
CMYK00.580.330.62
HSL333.68º41.01%27.25%-
HSV(B)333.68º58.16%38.43%-
XYZ6.814.585.68-
YUV60.89130.88154.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 66 (26.17% from 255) = 32.20%
R=47.80%
G=20%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98416600.580.330.62333.6841.0127.25
Hex62294203A213E14e291b
Octal1425110207241765165133
Binary11000101010011000010011101010000111111010100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622942; }

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

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

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

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

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

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

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

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