#631346

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

Shades of Pompadour #631346

Tints of Pompadour #631346

Color information

#631346 (or 0x631346) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 46. RGB value is (99,19,70). Sum of RGB (Red+Green+Blue) = 99+19+70=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631346 is #9CECB9. Grayscale: #303030. Windows color (decimal): -10284218 or 4592483. OLE color: 4592483.

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

Color convert

RGB991970-
CMYK00.810.290.61
HSL321.75º67.8%23.14%-
HSV(B)321.75º80.81%38.82%-
XYZ6.483.566.14-
YUV48.73140163.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=52.66%
G=10.11%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99197000.810.290.61321.7567.823.14
Hex6313460511D3D1424417
Octal143231060121357550210427
Binary11000111001110001100101000111101111101101000010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631346; }

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

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

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

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

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

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

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

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