#631847

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

Shades of Pompadour #631847

Tints of Pompadour #631847

Color information

#631847 (or 0x631847) is unknown color: approx Pompadour. HEX triplet: 63, 18 and 47. RGB value is (99,24,71). Sum of RGB (Red+Green+Blue) = 99+24+71=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #631847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631847 is #9CE7B8. Grayscale: #333333. Windows color (decimal): -10282937 or 4659299. OLE color: 4659299.

HSL color Cylindrical-coordinate representation of color #631847: hue angle of 322.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631847 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB992471-
CMYK00.760.280.61
HSL322.4º60.98%24.12%-
HSV(B)322.4º75.76%38.82%-
XYZ6.613.766.34-
YUV51.78138.85161.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=51.03%
G=12.37%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99247100.760.280.61322.460.9824.12
Hex63184704C1C3D1423d18
Octal14330107011434755027530
Binary1100011110001000111010011001110011110110100001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631847; }

 p { color: rgb(99,24,71); }

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

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

 a { background-color: rgb(99,24,71); }

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

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

 span { border-color: rgb(99,24,71); }

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