#63193B

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

Shades of Pompadour #63193B

Tints of Pompadour #63193B

Color information

#63193B (or 0x63193B) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 3B. RGB value is (99,25,59). Sum of RGB (Red+Green+Blue) = 99+25+59=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63193B is #9CE6C4. Grayscale: #323232. Windows color (decimal): -10282693 or 3873123. OLE color: 3873123.

HSL color Cylindrical-coordinate representation of color #63193B: hue angle of 332.43º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63193B is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB992559-
CMYK00.750.400.61
HSL332.43º59.68%24.31%-
HSV(B)332.43º74.75%38.82%-
XYZ6.283.664.51-
YUV51132.52162.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=54.10%
G=13.66%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99255900.750.400.61332.4359.6824.31
Hex63193B04B283D14c3c18
Octal1433173011350755147430
Binary1100011110011110110100101110100011110110100110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,25,59); }

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

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

 a { background-color: rgb(99,25,59); }

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

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

 span { border-color: rgb(99,25,59); }

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