#631245

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

Shades of Pompadour #631245

Tints of Pompadour #631245

Color information

#631245 (or 0x631245) is unknown color: approx Pompadour. HEX triplet: 63, 12 and 45. RGB value is (99,18,69). Sum of RGB (Red+Green+Blue) = 99+18+69=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #631245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631245 is #9CEDBA. Grayscale: #2F2F2F. Windows color (decimal): -10284475 or 4526691. OLE color: 4526691.

HSL color Cylindrical-coordinate representation of color #631245: hue angle of 322.22º 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 #631245 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB991869-
CMYK00.820.300.61
HSL322.22º69.23%22.94%-
HSV(B)322.22º81.82%38.82%-
XYZ6.443.515.97-
YUV48.03139.84164.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=53.23%
G=9.68%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99186900.820.300.61322.2269.2322.94
Hex6312450521E3D1424517
Octal143221050122367550210527
Binary11000111001010001010101001011110111101101000010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631245; }

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

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

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

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

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

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

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

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