#62203E

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

Shades of Pompadour #62203E

Tints of Pompadour #62203E

Color information

#62203E (or 0x62203E) is unknown color: approx Pompadour. HEX triplet: 62, 20 and 3E. RGB value is (98,32,62). Sum of RGB (Red+Green+Blue) = 98+32+62=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62203E is #9DDFC1. Grayscale: #373737. Windows color (decimal): -10346434 or 4071522. OLE color: 4071522.

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

Color convert

RGB983262-
CMYK00.670.370.62
HSL332.73º50.77%25.49%-
HSV(B)332.73º67.35%38.43%-
XYZ6.423.984.99-
YUV55.15131.87158.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=51.04%
G=16.67%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98326200.670.370.62332.7350.7725.49
Hex62203E043253E14d3319
Octal1424076010345765156331
Binary11000101000001111100100001110010111111010100110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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