#631341

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

Shades of Pompadour #631341

Tints of Pompadour #631341

Color information

#631341 (or 0x631341) is unknown color: approx Pompadour. HEX triplet: 63, 13 and 41. RGB value is (99,19,65). Sum of RGB (Red+Green+Blue) = 99+19+65=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #631341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631341 is #9CECBE. Grayscale: #303030. Windows color (decimal): -10284223 or 4264803. OLE color: 4264803.

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

Color convert

RGB991965-
CMYK00.810.340.61
HSL325.5º67.8%23.14%-
HSV(B)325.5º80.81%38.82%-
XYZ6.333.55.34-
YUV48.16137.5164.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=54.10%
G=10.38%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99196500.810.340.61325.567.823.14
Hex631341051223D1464417
Octal143231010121427550610427
Binary110001110011100000101010001100010111101101000110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631341; }

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

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

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

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

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

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

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

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