#631E45

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

Shades of Pompadour #631E45

Tints of Pompadour #631E45

Color information

#631E45 (or 0x631E45) is unknown color: approx Pompadour. HEX triplet: 63, 1E and 45. RGB value is (99,30,69). Sum of RGB (Red+Green+Blue) = 99+30+69=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #631E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631E45 is #9CE1BA. Grayscale: #363636. Windows color (decimal): -10281403 or 4529763. OLE color: 4529763.

HSL color Cylindrical-coordinate representation of color #631E45: hue angle of 326.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #631E45 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB993069-
CMYK00.700.300.61
HSL326.09º53.49%25.29%-
HSV(B)326.09º69.7%38.82%-
XYZ6.684.016.05-
YUV55.08135.86159.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=50%
G=15.15%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99306900.700.300.61326.0953.4925.29
Hex631E450461E3D1463519
Octal14336105010636755066531
Binary1100011111101000101010001101111011110110100011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631E45; }

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

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

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

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

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

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

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

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