#62284D

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

Shades of Pompadour #62284D

Tints of Pompadour #62284D

Color information

#62284D (or 0x62284D) is unknown color: approx Pompadour. HEX triplet: 62, 28 and 4D. RGB value is (98,40,77). Sum of RGB (Red+Green+Blue) = 98+40+77=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #62284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62284D is #9DD7B2. Grayscale: #3D3D3D. Windows color (decimal): -10344371 or 5056610. OLE color: 5056610.

HSL color Cylindrical-coordinate representation of color #62284D: hue angle of 321.72º 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 #62284D is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB984077-
CMYK00.590.210.62
HSL321.72º42.03%27.06%-
HSV(B)321.72º59.18%38.43%-
XYZ7.144.657.54-
YUV61.56136.72153.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=45.58%
G=18.60%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98407700.590.210.62321.7242.0327.06
Hex62284D03B153E1422a1b
Octal1425011507325765025233
Binary1100010101000100110101110111010111111010100001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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