#62224A

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

Shades of Pompadour #62224A

Tints of Pompadour #62224A

Color information

#62224A (or 0x62224A) is unknown color: approx Pompadour. HEX triplet: 62, 22 and 4A. RGB value is (98,34,74). Sum of RGB (Red+Green+Blue) = 98+34+74=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #62224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62224A is #9DDDB5. Grayscale: #393939. Windows color (decimal): -10345910 or 4858466. OLE color: 4858466.

HSL color Cylindrical-coordinate representation of color #62224A: hue angle of 322.5º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62224A is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB983474-
CMYK00.650.240.62
HSL322.5º48.48%25.88%-
HSV(B)322.5º65.31%38.43%-
XYZ6.854.246.94-
YUV57.7137.2156.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=47.57%
G=16.50%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98347400.650.240.62322.548.4825.88
Hex62224A041183E142301a
Octal14242112010130765026032
Binary11000101000101001010010000011100011111010100001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62224A; }

 p { color: rgb(98,34,74); }

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

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

 a { background-color: rgb(98,34,74); }

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

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

 span { border-color: rgb(98,34,74); }

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