#63244D

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

Shades of Pompadour #63244D

Tints of Pompadour #63244D

Color information

#63244D (or 0x63244D) is unknown color: approx Pompadour. HEX triplet: 63, 24 and 4D. RGB value is (99,36,77). Sum of RGB (Red+Green+Blue) = 99+36+77=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63244D is #9CDBB2. Grayscale: #3B3B3B. Windows color (decimal): -10279859 or 5055587. OLE color: 5055587.

HSL color Cylindrical-coordinate representation of color #63244D: hue angle of 320.95º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63244D is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB993677-
CMYK00.640.220.61
HSL320.95º46.67%26.47%-
HSV(B)320.95º63.64%38.82%-
XYZ7.124.457.51-
YUV59.51137.87156.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=46.70%
G=16.98%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99367700.640.220.61320.9546.6726.47
Hex63244D040163D1412f1a
Octal14344115010026755015732
Binary11000111001001001101010000001011011110110100000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,36,77); }

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

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

 a { background-color: rgb(99,36,77); }

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

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

 span { border-color: rgb(99,36,77); }

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