#631936

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

Shades of Pompadour #631936

Tints of Pompadour #631936

Color information

#631936 (or 0x631936) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 36. RGB value is (99,25,54). Sum of RGB (Red+Green+Blue) = 99+25+54=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #631936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631936 is #9CE6C9. Grayscale: #323232. Windows color (decimal): -10282698 or 3545443. OLE color: 3545443.

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

Color convert

RGB992554-
CMYK00.750.450.61
HSL336.49º59.68%24.31%-
HSV(B)336.49º74.75%38.82%-
XYZ6.163.613.86-
YUV50.43130.02162.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=55.62%
G=14.04%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99255400.750.450.61336.4959.6824.31
Hex63193604B2D3D1503c18
Octal1433166011355755207430
Binary1100011110011101100100101110110111110110101000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631936; }

 p { color: rgb(99,25,54); }

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

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

 a { background-color: rgb(99,25,54); }

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

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

 span { border-color: rgb(99,25,54); }

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