#62264B

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

Shades of Pompadour #62264B

Tints of Pompadour #62264B

Color information

#62264B (or 0x62264B) is unknown color: approx Pompadour. HEX triplet: 62, 26 and 4B. RGB value is (98,38,75). Sum of RGB (Red+Green+Blue) = 98+38+75=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62264B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62264B is #9DD9B4. Grayscale: #3C3C3C. Windows color (decimal): -10344885 or 4925026. OLE color: 4925026.

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

Color convert

RGB983875-
CMYK00.610.230.62
HSL323º44.12%26.67%-
HSV(B)323º61.22%38.43%-
XYZ74.497.15-
YUV60.16136.38154.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=46.45%
G=18.01%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98387500.610.230.6232344.1226.67
Hex62264B03D173E1432c1b
Octal1424611307527765035433
Binary1100010100110100101101111011011111111010100001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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