#831242

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

Shades of Pompadour #831242

Tints of Pompadour #831242

Color information

#831242 (or 0x831242) is unknown color: approx Pompadour. HEX triplet: 83, 12 and 42. RGB value is (131,18,66). Sum of RGB (Red+Green+Blue) = 131+18+66=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #831242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831242 is #7CEDBD. Grayscale: #393939. Windows color (decimal): -8187326 or 4330115. OLE color: 4330115.

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

Color convert

RGB1311866-
CMYK00.860.500.49
HSL334.51º75.84%29.22%-
HSV(B)334.51º86.26%51.37%-
XYZ10.565.655.69-
YUV57.26132.94180.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.93%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=60.93%
G=8.37%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131186600.860.500.49334.5175.8429.22
Hex831242056323114f4c1d
Octal203221020126626151711435
Binary1000001110010100001001010110110010110001101001111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831242; }

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

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

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

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

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

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

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

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