#831245

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

Shades of Pompadour #831245

Tints of Pompadour #831245

Color information

#831245 (or 0x831245) is unknown color: approx Pompadour. HEX triplet: 83, 12 and 45. RGB value is (131,18,69). Sum of RGB (Red+Green+Blue) = 131+18+69=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #831245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831245 is #7CEDBA. Grayscale: #393939. Windows color (decimal): -8187323 or 4526723. OLE color: 4526723.

HSL color Cylindrical-coordinate representation of color #831245: hue angle of 332.92º 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 #831245 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1311869-
CMYK00.860.470.49
HSL332.92º75.84%29.22%-
HSV(B)332.92º86.26%51.37%-
XYZ10.655.696.17-
YUV57.6134.44180.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.09%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=60.09%
G=8.26%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131186900.860.470.49332.9275.8429.22
Hex8312450562F3114d4c1d
Octal203221050126576151511435
Binary1000001110010100010101010110101111110001101001101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831245; }

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

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

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

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

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

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

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

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