#63163F

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

Shades of Pompadour #63163F

Tints of Pompadour #63163F

Color information

#63163F (or 0x63163F) is unknown color: approx Pompadour. HEX triplet: 63, 16 and 3F. RGB value is (99,22,63). Sum of RGB (Red+Green+Blue) = 99+22+63=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #63163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63163F is #9CE9C0. Grayscale: #313131. Windows color (decimal): -10283457 or 4134499. OLE color: 4134499.

HSL color Cylindrical-coordinate representation of color #63163F: hue angle of 328.05º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63163F is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB992263-
CMYK00.780.360.61
HSL328.05º63.64%23.73%-
HSV(B)328.05º77.78%38.82%-
XYZ6.333.595.06-
YUV49.7135.51163.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 63 (25% from 255) = 34.24%
R=53.80%
G=11.96%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99226300.780.360.61328.0563.6423.73
Hex63163F04E243D1484018
Octal14326770116447551010030
Binary11000111011011111101001110100100111101101001000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63163F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,22,63); }

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

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

 a { background-color: rgb(99,22,63); }

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

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

 span { border-color: rgb(99,22,63); }

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