#83241F

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

Shades of Mandarian Orange #83241F

Tints of Mandarian Orange #83241F

Color information

#83241F (or 0x83241F) is unknown color: approx Mandarian Orange. HEX triplet: 83, 24 and 1F. RGB value is (131,36,31). Sum of RGB (Red+Green+Blue) = 131+36+31=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83241F is #7CDBE0. Grayscale: #3F3F3F. Windows color (decimal): -8182753 or 2040963. OLE color: 2040963.

HSL color Cylindrical-coordinate representation of color #83241F: hue angle of 3º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83241F is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB1313631-
CMYK00.730.760.49
HSL61.73%31.76%-
HSV(B)76.34%51.37%-
XYZ10.246.191.95-
YUV63.83109.47175.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 66.16%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=66.16%
G=18.18%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131363100.730.760.49361.7331.76
Hex83241F0494C3133e20
Octal203443701111146137640
Binary100000111001001111101001001100110011000111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,36,31); }

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

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

 a { background-color: rgb(131,36,31); }

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

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

 span { border-color: rgb(131,36,31); }

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