#83153F

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

Shades of Pompadour #83153F

Tints of Pompadour #83153F

Color information

#83153F (or 0x83153F) is unknown color: approx Pompadour. HEX triplet: 83, 15 and 3F. RGB value is (131,21,63). Sum of RGB (Red+Green+Blue) = 131+21+63=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #83153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83153F is #7CEAC0. Grayscale: #3A3A3A. Windows color (decimal): -8186561 or 4134275. OLE color: 4134275.

HSL color Cylindrical-coordinate representation of color #83153F: hue angle of 337.09º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83153F is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1312163-
CMYK00.840.520.49
HSL337.09º72.37%29.8%-
HSV(B)337.09º83.97%51.37%-
XYZ10.535.725.25-
YUV58.68130.44179.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.93%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 63 (25% from 255) = 29.30%
R=60.93%
G=9.77%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131216300.840.520.49337.0972.3729.8
Hex83153F0543431151481e
Octal20325770124646152111036
Binary100000111010111111101010100110100110001101010001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83153F; }

 p { color: rgb(131,21,63); }

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

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

 a { background-color: rgb(131,21,63); }

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

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

 span { border-color: rgb(131,21,63); }

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