#631945

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

Shades of Pompadour #631945

Tints of Pompadour #631945

Color information

#631945 (or 0x631945) is unknown color: approx Pompadour. HEX triplet: 63, 19 and 45. RGB value is (99,25,69). Sum of RGB (Red+Green+Blue) = 99+25+69=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #631945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631945 is #9CE6BA. Grayscale: #343434. Windows color (decimal): -10282683 or 4528483. OLE color: 4528483.

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

Color convert

RGB992569-
CMYK00.750.300.61
HSL324.32º59.68%24.31%-
HSV(B)324.32º74.75%38.82%-
XYZ6.573.786.01-
YUV52.14137.52161.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=51.30%
G=12.95%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99256900.750.300.61324.3259.6824.31
Hex63194504B1E3D1443c18
Octal14331105011336755047430
Binary1100011110011000101010010111111011110110100010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631945; }

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

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

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

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

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

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

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

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