#63134D

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

Shades of Pompadour #63134D

Tints of Pompadour #63134D

Color information

#63134D (or 0x63134D) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 4D. RGB value is (99,19,77). Sum of RGB (Red+Green+Blue) = 99+19+77=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63134D is #9CECB2. Grayscale: #313131. Windows color (decimal): -10284211 or 5051235. OLE color: 5051235.

HSL color Cylindrical-coordinate representation of color #63134D: hue angle of 316.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63134D is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB991977-
CMYK00.810.220.61
HSL316.5º67.8%23.14%-
HSV(B)316.5º80.81%38.82%-
XYZ6.723.657.37-
YUV49.53143.5163.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=50.77%
G=9.74%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99197700.810.220.61316.567.823.14
Hex63134D051163D13c4417
Octal143231150121267547410427
Binary11000111001110011010101000110110111101100111100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,19,77); }

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

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

 a { background-color: rgb(99,19,77); }

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

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

 span { border-color: rgb(99,19,77); }

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