#63203E

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

Shades of Pompadour #63203E

Tints of Pompadour #63203E

Color information

#63203E (or 0x63203E) is unknown color: approx Pompadour. HEX triplet: 63, 20 and 3E. RGB value is (99,32,62). Sum of RGB (Red+Green+Blue) = 99+32+62=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63203E is #9CDFC1. Grayscale: #373737. Windows color (decimal): -10280898 or 4071523. OLE color: 4071523.

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

Color convert

RGB993262-
CMYK00.680.370.61
HSL333.13º51.15%25.69%-
HSV(B)333.13º67.68%38.82%-
XYZ6.534.034.99-
YUV55.45131.7159.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=51.30%
G=16.58%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99326200.680.370.61333.1351.1525.69
Hex63203E044253D14d331a
Octal1434076010445755156332
Binary11000111000001111100100010010010111110110100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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