#63193E

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

Shades of Pompadour #63193E

Tints of Pompadour #63193E

Color information

#63193E (or 0x63193E) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 3E. RGB value is (99,25,62). Sum of RGB (Red+Green+Blue) = 99+25+62=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #63193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63193E is #9CE6C1. Grayscale: #333333. Windows color (decimal): -10282690 or 4069731. OLE color: 4069731.

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

Color convert

RGB992562-
CMYK00.750.370.61
HSL330º59.68%24.31%-
HSV(B)330º74.75%38.82%-
XYZ6.363.74.94-
YUV51.34134.02161.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 25 (10.16% from 255) = 13.44%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=53.23%
G=13.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99256200.750.370.6133059.6824.31
Hex63193E04B253D14a3c18
Octal1433176011345755127430
Binary1100011110011111100100101110010111110110100101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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