#62204E

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

Shades of Pompadour #62204E

Tints of Pompadour #62204E

Color information

#62204E (or 0x62204E) is unknown color: approx Pompadour. HEX triplet: 62, 20 and 4E. RGB value is (98,32,78). Sum of RGB (Red+Green+Blue) = 98+32+78=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #62204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62204E is #9DDFB1. Grayscale: #383838. Windows color (decimal): -10346418 or 5120098. OLE color: 5120098.

HSL color Cylindrical-coordinate representation of color #62204E: hue angle of 318.18º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62204E is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB983278-
CMYK00.670.200.62
HSL318.18º50.77%25.49%-
HSV(B)318.18º67.35%38.43%-
XYZ6.934.187.65-
YUV56.98139.87157.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=47.12%
G=15.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98327800.670.200.62318.1850.7725.49
Hex62204E043143E13e3319
Octal14240116010324764766331
Binary11000101000001001110010000111010011111010011111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62204E; }

 p { color: rgb(98,32,78); }

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

<style>
 a { background-color: #62204E; }

 a { background-color: rgb(98,32,78); }

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

<style>
 span { border-color: #62204E; }

 span { border-color: rgb(98,32,78); }

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