#83271E

Color #83271E Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #83271E

Tints of Mandarian Orange #83271E

Color information

#83271E (or 0x83271E) is unknown color: approx Mandarian Orange. HEX triplet: 83, 27 and 1E. RGB value is (131,39,30). Sum of RGB (Red+Green+Blue) = 131+39+30=200 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 131 - color contains mainly: red. Hex color #83271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83271E is #7CD8E1. Grayscale: #414141. Windows color (decimal): -8181986 or 1976195. OLE color: 1976195.

HSL color Cylindrical-coordinate representation of color #83271E: hue angle of 5.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83271E is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1313930-
CMYK00.700.770.49
HSL5.35º62.73%31.57%-
HSV(B)5.35º77.1%51.37%-
XYZ10.326.371.91-
YUV65.48107.98174.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.5%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 30 (12.11% from 255) = 15%
R=65.5%
G=19.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131393000.700.770.495.3562.7331.57
Hex83271E0464D3153f20
Octal203473601061156157740
Binary1000001110011111110010001101001101110001101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83271E; }

 p { color: rgb(131,39,30); }

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

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

 a { background-color: rgb(131,39,30); }

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

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

 span { border-color: rgb(131,39,30); }

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