#62244C

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

Shades of Pompadour #62244C

Tints of Pompadour #62244C

Color information

#62244C (or 0x62244C) is unknown color: approx Pompadour. HEX triplet: 62, 24 and 4C. RGB value is (98,36,76). Sum of RGB (Red+Green+Blue) = 98+36+76=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62244C is #9DDBB3. Grayscale: #3B3B3B. Windows color (decimal): -10345396 or 4990050. OLE color: 4990050.

HSL color Cylindrical-coordinate representation of color #62244C: hue angle of 321.29º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #62244C is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB983676-
CMYK00.630.220.62
HSL321.29º46.27%26.27%-
HSV(B)321.29º63.27%38.43%-
XYZ6.974.387.32-
YUV59.1137.54155.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=46.67%
G=17.14%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98367600.630.220.62321.2946.2726.27
Hex62244C03F163E1412e1a
Octal1424411407726765015632
Binary1100010100100100110001111111011011111010100000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62244C; }

 p { color: rgb(98,36,76); }

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

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

 a { background-color: rgb(98,36,76); }

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

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

 span { border-color: rgb(98,36,76); }

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