#63134C

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

Shades of Pompadour #63134C

Tints of Pompadour #63134C

Color information

#63134C (or 0x63134C) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 4C. RGB value is (99,19,76). Sum of RGB (Red+Green+Blue) = 99+19+76=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63134C is #9CECB3. Grayscale: #313131. Windows color (decimal): -10284212 or 4985699. OLE color: 4985699.

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

Color convert

RGB991976-
CMYK00.810.230.61
HSL317.25º67.8%23.14%-
HSV(B)317.25º80.81%38.82%-
XYZ6.683.647.19-
YUV49.42143163.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=51.03%
G=9.79%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99197600.810.230.61317.2567.823.14
Hex63134C051173D13d4417
Octal143231140121277547510427
Binary11000111001110011000101000110111111101100111101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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