#831247

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

Shades of Pompadour #831247

Tints of Pompadour #831247

Color information

#831247 (or 0x831247) is unknown color: approx Pompadour. HEX triplet: 83, 12 and 47. RGB value is (131,18,71). Sum of RGB (Red+Green+Blue) = 131+18+71=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #831247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831247 is #7CEDB8. Grayscale: #393939. Windows color (decimal): -8187321 or 4657795. OLE color: 4657795.

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

Color convert

RGB1311871-
CMYK00.860.460.49
HSL331.86º75.84%29.22%-
HSV(B)331.86º86.26%51.37%-
XYZ10.715.716.5-
YUV57.83135.44180.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.55%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=59.55%
G=8.18%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131187100.860.460.49331.8675.8429.22
Hex8312470562E3114c4c1d
Octal203221070126566151411435
Binary1000001110010100011101010110101110110001101001100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831247; }

 p { color: rgb(131,18,71); }

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

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

 a { background-color: rgb(131,18,71); }

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

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

 span { border-color: rgb(131,18,71); }

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