#63203C

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

Shades of Pompadour #63203C

Tints of Pompadour #63203C

Color information

#63203C (or 0x63203C) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 3C. RGB value is (99,32,60). Sum of RGB (Red+Green+Blue) = 99+32+60=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203C is #9CDFC3. Grayscale: #373737. Windows color (decimal): -10280900 or 3940451. OLE color: 3940451.

HSL color Cylindrical-coordinate representation of color #63203C: hue angle of 334.93º 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 #63203C is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB993260-
CMYK00.680.390.61
HSL334.93º51.15%25.69%-
HSV(B)334.93º67.68%38.82%-
XYZ6.484.014.71-
YUV55.22130.7159.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=51.83%
G=16.75%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99326000.680.390.61334.9351.1525.69
Hex63203C044273D14f331a
Octal1434074010447755176332
Binary11000111000001111000100010010011111110110100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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