#62203F

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

Shades of Pompadour #62203F

Tints of Pompadour #62203F

Color information

#62203F (or 0x62203F) is unknown color: approx Pompadour. HEX triplet: 62, 20 and 3F. RGB value is (98,32,63). Sum of RGB (Red+Green+Blue) = 98+32+63=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62203F is #9DDFC0. Grayscale: #373737. Windows color (decimal): -10346433 or 4137058. OLE color: 4137058.

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

Color convert

RGB983263-
CMYK00.670.360.62
HSL331.82º50.77%25.49%-
HSV(B)331.82º67.35%38.43%-
XYZ6.453.995.13-
YUV55.27132.37158.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 63 (25% from 255) = 32.64%
R=50.78%
G=16.58%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98326300.670.360.62331.8250.7725.49
Hex62203F043243E14c3319
Octal1424077010344765146331
Binary11000101000001111110100001110010011111010100110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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