#62284F

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

Shades of Pompadour #62284F

Tints of Pompadour #62284F

Color information

#62284F (or 0x62284F) is unknown color: approx Pompadour. HEX triplet: 62, 28 and 4F. RGB value is (98,40,79). Sum of RGB (Red+Green+Blue) = 98+40+79=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #62284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62284F is #9DD7B0. Grayscale: #3D3D3D. Windows color (decimal): -10344369 or 5187682. OLE color: 5187682.

HSL color Cylindrical-coordinate representation of color #62284F: hue angle of 319.66º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62284F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB984079-
CMYK00.590.190.62
HSL319.66º42.03%27.06%-
HSV(B)319.66º59.18%38.43%-
XYZ7.214.687.92-
YUV61.79137.72153.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=45.16%
G=18.43%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98407900.590.190.62319.6642.0327.06
Hex62284F03B133E1402a1b
Octal1425011707323765005233
Binary1100010101000100111101110111001111111010100000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62284F; }

 p { color: rgb(98,40,79); }

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

<style>
 a { background-color: #62284F; }

 a { background-color: rgb(98,40,79); }

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

<style>
 span { border-color: #62284F; }

 span { border-color: rgb(98,40,79); }

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