#62244B

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

Shades of Pompadour #62244B

Tints of Pompadour #62244B

Color information

#62244B (or 0x62244B) is unknown color: approx Pompadour. HEX triplet: 62, 24 and 4B. RGB value is (98,36,75). Sum of RGB (Red+Green+Blue) = 98+36+75=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62244B is #9DDBB4. Grayscale: #3A3A3A. Windows color (decimal): -10345397 or 4924514. OLE color: 4924514.

HSL color Cylindrical-coordinate representation of color #62244B: hue angle of 322.26º 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 #62244B is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB983675-
CMYK00.630.230.62
HSL322.26º46.27%26.27%-
HSV(B)322.26º63.27%38.43%-
XYZ6.944.377.13-
YUV58.98137.04155.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=46.89%
G=17.22%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98367500.630.230.62322.2646.2726.27
Hex62244B03F173E1422e1a
Octal1424411307727765025632
Binary1100010100100100101101111111011111111010100001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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