#63224E

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

Shades of Pompadour #63224E

Tints of Pompadour #63224E

Color information

#63224E (or 0x63224E) is unknown color: approx Pompadour. HEX triplet: 63, 22 and 4E. RGB value is (99,34,78). Sum of RGB (Red+Green+Blue) = 99+34+78=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63224E is #9CDDB1. Grayscale: #3A3A3A. Windows color (decimal): -10280370 or 5120611. OLE color: 5120611.

HSL color Cylindrical-coordinate representation of color #63224E: hue angle of 319.38º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63224E is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB993478-
CMYK00.660.210.61
HSL319.38º48.87%26.08%-
HSV(B)319.38º65.66%38.82%-
XYZ7.094.357.67-
YUV58.45139.03156.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=46.92%
G=16.11%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99347800.660.210.61319.3848.8726.08
Hex63224E042153D13f311a
Octal14342116010225754776132
Binary11000111000101001110010000101010111110110011111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,34,78); }

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

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

 a { background-color: rgb(99,34,78); }

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

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

 span { border-color: rgb(99,34,78); }

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