#831340

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

Shades of Pompadour #831340

Tints of Pompadour #831340

Color information

#831340 (or 0x831340) is unknown color: approx Pompadour. HEX triplet: 83, 13 and 40. RGB value is (131,19,64). Sum of RGB (Red+Green+Blue) = 131+19+64=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #831340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831340 is #7CECBF. Grayscale: #393939. Windows color (decimal): -8187072 or 4199299. OLE color: 4199299.

HSL color Cylindrical-coordinate representation of color #831340: hue angle of 335.89º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831340 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1311964-
CMYK00.850.510.49
HSL335.89º74.67%29.41%-
HSV(B)335.89º85.5%51.37%-
XYZ10.525.665.39-
YUV57.62131.61180.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.21%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=61.21%
G=8.88%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131196400.850.510.49335.8974.6729.41
Hex83134005533311504b1d
Octal203231000125636152011335
Binary1000001110011100000001010101110011110001101010000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831340; }

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

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

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

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

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

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

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

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