#631745

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

Shades of Pompadour #631745

Tints of Pompadour #631745

Color information

#631745 (or 0x631745) is unknown color: approx Pompadour. HEX triplet: 63, 17 and 45. RGB value is (99,23,69). Sum of RGB (Red+Green+Blue) = 99+23+69=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631745 is #9CE8BA. Grayscale: #323232. Windows color (decimal): -10283195 or 4527971. OLE color: 4527971.

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

Color convert

RGB992369-
CMYK00.770.300.61
HSL323.68º62.3%23.92%-
HSV(B)323.68º76.77%38.82%-
XYZ6.533.76-
YUV50.97138.18162.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=51.83%
G=12.04%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99236900.770.300.61323.6862.323.92
Hex63174504D1E3D1443e18
Octal14327105011536755047630
Binary1100011101111000101010011011111011110110100010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631745; }

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

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

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

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

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

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

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

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