#63214F

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

Shades of Pompadour #63214F

Tints of Pompadour #63214F

Color information

#63214F (or 0x63214F) is unknown color: approx Pompadour. HEX triplet: 63, 21 and 4F. RGB value is (99,33,79). Sum of RGB (Red+Green+Blue) = 99+33+79=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63214F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63214F is #9CDEB0. Grayscale: #393939. Windows color (decimal): -10280625 or 5185891. OLE color: 5185891.

HSL color Cylindrical-coordinate representation of color #63214F: hue angle of 318.18º 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 #63214F is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB993379-
CMYK00.670.200.61
HSL318.18º50%25.88%-
HSV(B)318.18º66.67%38.82%-
XYZ7.14.37.85-
YUV57.98139.87157.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=46.92%
G=15.64%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99337900.670.200.61318.185025.88
Hex63214F043143D13e321a
Octal14341117010324754766232
Binary11000111000011001111010000111010011110110011111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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