#83123D

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

Shades of Pompadour #83123D

Tints of Pompadour #83123D

Color information

#83123D (or 0x83123D) is unknown color: approx Pompadour. HEX triplet: 83, 12 and 3D. RGB value is (131,18,61). Sum of RGB (Red+Green+Blue) = 131+18+61=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83123D is #7CEDC2. Grayscale: #383838. Windows color (decimal): -8187331 or 4002435. OLE color: 4002435.

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

Color convert

RGB1311861-
CMYK00.860.530.49
HSL337.17º75.84%29.22%-
HSV(B)337.17º86.26%51.37%-
XYZ10.425.594.95-
YUV56.69130.44181-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 62.38%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=62.38%
G=8.57%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131186100.860.530.49337.1775.8429.22
Hex83123D05635311514c1d
Octal20322750126656152111435
Binary100000111001011110101010110110101110001101010001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83123D; }

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

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

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

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

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

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

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

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