#631340

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

Shades of Pompadour #631340

Tints of Pompadour #631340

Color information

#631340 (or 0x631340) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 40. RGB value is (99,19,64). Sum of RGB (Red+Green+Blue) = 99+19+64=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #631340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631340 is #9CECBF. Grayscale: #2F2F2F. Windows color (decimal): -10284224 or 4199267. OLE color: 4199267.

HSL color Cylindrical-coordinate representation of color #631340: hue angle of 326.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631340 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB991964-
CMYK00.810.350.61
HSL326.25º67.8%23.14%-
HSV(B)326.25º80.81%38.82%-
XYZ6.33.495.19-
YUV48.05137164.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=54.40%
G=10.44%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99196400.810.350.61326.2567.823.14
Hex631340051233D1464417
Octal143231000121437550610427
Binary110001110011100000001010001100011111101101000110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631340; }

 p { color: rgb(99,19,64); }

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

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

 a { background-color: rgb(99,19,64); }

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

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

 span { border-color: rgb(99,19,64); }

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