#63124E

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

Shades of Pompadour #63124E

Tints of Pompadour #63124E

Color information

#63124E (or 0x63124E) is unknown color: approx Pompadour. HEX triplet: 63, 12 and 4E. RGB value is (99,18,78). Sum of RGB (Red+Green+Blue) = 99+18+78=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63124E is #9CEDB1. Grayscale: #303030. Windows color (decimal): -10284466 or 5116515. OLE color: 5116515.

HSL color Cylindrical-coordinate representation of color #63124E: hue angle of 315.56º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63124E is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB991878-
CMYK00.820.210.61
HSL315.56º69.23%22.94%-
HSV(B)315.56º81.82%38.82%-
XYZ6.743.647.55-
YUV49.06144.34163.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 78 (30.86% from 255) = 40%
R=50.77%
G=9.23%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99187800.820.210.61315.5669.2322.94
Hex63124E052153D13c4517
Octal143221160122257547410527
Binary11000111001010011100101001010101111101100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,18,78); }

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

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

 a { background-color: rgb(99,18,78); }

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

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

 span { border-color: rgb(99,18,78); }

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