#63193D

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

Shades of Pompadour #63193D

Tints of Pompadour #63193D

Color information

#63193D (or 0x63193D) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 3D. RGB value is (99,25,61). Sum of RGB (Red+Green+Blue) = 99+25+61=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63193D is #9CE6C2. Grayscale: #333333. Windows color (decimal): -10282691 or 4004195. OLE color: 4004195.

HSL color Cylindrical-coordinate representation of color #63193D: hue angle of 330.81º 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 #63193D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB992561-
CMYK00.750.380.61
HSL330.81º59.68%24.31%-
HSV(B)330.81º74.75%38.82%-
XYZ6.343.684.79-
YUV51.23133.52162.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 61 (24.22% from 255) = 32.97%
R=53.51%
G=13.51%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99256100.750.380.61330.8159.6824.31
Hex63193D04B263D14b3c18
Octal1433175011346755137430
Binary1100011110011111010100101110011011110110100101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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