#63214D

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

Shades of Pompadour #63214D

Tints of Pompadour #63214D

Color information

#63214D (or 0x63214D) is unknown color: approx Pompadour. HEX triplet: 63, 21 and 4D. RGB value is (99,33,77). Sum of RGB (Red+Green+Blue) = 99+33+77=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63214D is #9CDEB2. Grayscale: #393939. Windows color (decimal): -10280627 or 5054819. OLE color: 5054819.

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

Color convert

RGB993377-
CMYK00.670.220.61
HSL320º50%25.88%-
HSV(B)320º66.67%38.82%-
XYZ7.034.287.48-
YUV57.75138.87157.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=47.37%
G=15.79%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99337700.670.220.613205025.88
Hex63214D043163D140321a
Octal14341115010326755006232
Binary11000111000011001101010000111011011110110100000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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