#63203D

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

Shades of Pompadour #63203D

Tints of Pompadour #63203D

Color information

#63203D (or 0x63203D) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 3D. RGB value is (99,32,61). Sum of RGB (Red+Green+Blue) = 99+32+61=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63203D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203D is #9CDFC2. Grayscale: #373737. Windows color (decimal): -10280899 or 4005987. OLE color: 4005987.

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

Color convert

RGB993261-
CMYK00.680.380.61
HSL334.03º51.15%25.69%-
HSV(B)334.03º67.68%38.82%-
XYZ6.54.024.85-
YUV55.34131.2159.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.56%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=51.56%
G=16.67%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99326100.680.380.61334.0351.1525.69
Hex63203D044263D14e331a
Octal1434075010446755166332
Binary11000111000001111010100010010011011110110100111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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