#62264C

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

Shades of Pompadour #62264C

Tints of Pompadour #62264C

Color information

#62264C (or 0x62264C) is unknown color: approx Pompadour. HEX triplet: 62, 26 and 4C. RGB value is (98,38,76). Sum of RGB (Red+Green+Blue) = 98+38+76=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62264C is #9DD9B3. Grayscale: #3C3C3C. Windows color (decimal): -10344884 or 4990562. OLE color: 4990562.

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

Color convert

RGB983876-
CMYK00.610.220.62
HSL322º44.12%26.67%-
HSV(B)322º61.22%38.43%-
XYZ7.034.57.34-
YUV60.27136.88154.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=46.23%
G=17.92%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98387600.610.220.6232244.1226.67
Hex62264C03D163E1422c1b
Octal1424611407526765025433
Binary1100010100110100110001111011011011111010100001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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