#622944

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

Shades of Pompadour #622944

Tints of Pompadour #622944

Color information

#622944 (or 0x622944) is unknown color: approx Pompadour. HEX triplet: 62, 29 and 44. RGB value is (98,41,68). Sum of RGB (Red+Green+Blue) = 98+41+68=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #622944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622944 is #9DD6BB. Grayscale: #3D3D3D. Windows color (decimal): -10344124 or 4467042. OLE color: 4467042.

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

Color convert

RGB984168-
CMYK00.580.310.62
HSL331.58º41.01%27.25%-
HSV(B)331.58º58.16%38.43%-
XYZ6.874.65.99-
YUV61.12131.88154.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=47.34%
G=19.81%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98416800.580.310.62331.5841.0127.25
Hex62294403A1F3E14c291b
Octal1425110407237765145133
Binary1100010101001100010001110101111111111010100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622944; }

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

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

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

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

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

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

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

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