#63134B

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

Shades of Pompadour #63134B

Tints of Pompadour #63134B

Color information

#63134B (or 0x63134B) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 4B. RGB value is (99,19,75). Sum of RGB (Red+Green+Blue) = 99+19+75=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63134B is #9CECB4. Grayscale: #313131. Windows color (decimal): -10284213 or 4920163. OLE color: 4920163.

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

Color convert

RGB991975-
CMYK00.810.240.61
HSL318º67.8%23.14%-
HSV(B)318º80.81%38.82%-
XYZ6.653.637.01-
YUV49.3142.5163.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=51.30%
G=9.84%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99197500.810.240.6131867.823.14
Hex63134B051183D13e4417
Octal143231130121307547610427
Binary11000111001110010110101000111000111101100111110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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