#63164A

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

Shades of Pompadour #63164A

Tints of Pompadour #63164A

Color information

#63164A (or 0x63164A) is unknown color: approx Pompadour. HEX triplet: 63, 16 and 4A. RGB value is (99,22,74). Sum of RGB (Red+Green+Blue) = 99+22+74=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63164A is #9CE9B5. Grayscale: #323232. Windows color (decimal): -10283446 or 4855395. OLE color: 4855395.

HSL color Cylindrical-coordinate representation of color #63164A: hue angle of 319.48º 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 #63164A is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB992274-
CMYK00.780.250.61
HSL319.48º63.64%23.73%-
HSV(B)319.48º77.78%38.82%-
XYZ6.673.726.85-
YUV50.95141.01162.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=50.77%
G=11.28%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99227400.780.250.61319.4863.6423.73
Hex63164A04E193D13f4018
Octal143261120116317547710030
Binary11000111011010010100100111011001111101100111111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63164A; }

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

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

<style>
 a { background-color: #63164A; }

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

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

<style>
 span { border-color: #63164A; }

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

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