#83134A

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

Shades of Pompadour #83134A

Tints of Pompadour #83134A

Color information

#83134A (or 0x83134A) is unknown color: approx Pompadour. HEX triplet: 83, 13 and 4A. RGB value is (131,19,74). Sum of RGB (Red+Green+Blue) = 131+19+74=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #83134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83134A is #7CECB5. Grayscale: #3A3A3A. Windows color (decimal): -8187062 or 4854659. OLE color: 4854659.

HSL color Cylindrical-coordinate representation of color #83134A: hue angle of 330.54º 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 #83134A is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1311974-
CMYK00.850.440.49
HSL330.54º74.67%29.41%-
HSV(B)330.54º85.5%51.37%-
XYZ10.835.797.02-
YUV58.76136.61179.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.48%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=58.48%
G=8.48%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131197400.850.440.49330.5474.6729.41
Hex83134A0552C3114b4b1d
Octal203231120125546151311335
Binary1000001110011100101001010101101100110001101001011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83134A; }

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

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

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

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

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

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

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

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