#62203B

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

Shades of Pompadour #62203B

Tints of Pompadour #62203B

Color information

#62203B (or 0x62203B) is unknown color: approx Pompadour. HEX triplet: 62, 20 and 3B. RGB value is (98,32,59). Sum of RGB (Red+Green+Blue) = 98+32+59=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62203B is #9DDFC4. Grayscale: #363636. Windows color (decimal): -10346437 or 3874914. OLE color: 3874914.

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

Color convert

RGB983259-
CMYK00.670.400.62
HSL335.45º50.77%25.49%-
HSV(B)335.45º67.35%38.43%-
XYZ6.343.954.56-
YUV54.81130.37158.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.85%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 59 (23.44% from 255) = 31.22%
R=51.85%
G=16.93%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98325900.670.400.62335.4550.7725.49
Hex62203B043283E14f3319
Octal1424073010350765176331
Binary11000101000001110110100001110100011111010100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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