#63203B

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

Shades of Pompadour #63203B

Tints of Pompadour #63203B

Color information

#63203B (or 0x63203B) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 3B. RGB value is (99,32,59). Sum of RGB (Red+Green+Blue) = 99+32+59=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #63203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203B is #9CDFC4. Grayscale: #373737. Windows color (decimal): -10280901 or 3874915. OLE color: 3874915.

HSL color Cylindrical-coordinate representation of color #63203B: hue angle of 335.82º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #63203B is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB993259-
CMYK00.680.400.61
HSL335.82º51.15%25.69%-
HSV(B)335.82º67.68%38.82%-
XYZ6.4544.57-
YUV55.11130.2159.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=52.11%
G=16.84%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99325900.680.400.61335.8251.1525.69
Hex63203B044283D150331a
Octal1434073010450755206332
Binary11000111000001110110100010010100011110110101000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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