#63164B

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

Shades of Pompadour #63164B

Tints of Pompadour #63164B

Color information

#63164B (or 0x63164B) is unknown color: approx Pompadour. HEX triplet: 63, 16 and 4B. RGB value is (99,22,75). Sum of RGB (Red+Green+Blue) = 99+22+75=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63164B is #9CE9B4. Grayscale: #323232. Windows color (decimal): -10283445 or 4920931. OLE color: 4920931.

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

Color convert

RGB992275-
CMYK00.780.240.61
HSL318.7º63.64%23.73%-
HSV(B)318.7º77.78%38.82%-
XYZ6.73.737.02-
YUV51.06141.51162.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=50.51%
G=11.22%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99227500.780.240.61318.763.6423.73
Hex63164B04E183D13f4018
Octal143261130116307547710030
Binary11000111011010010110100111011000111101100111111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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