Html Css Color HEX #83231F Mandarian Orange

📋 copy color: '#83231F'

red 131 ◦ green 35 ◦ blue 31

#83231F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #83231F

Tints of Mandarian Orange #83231F

RGB

 RED value IS 131 (51.56% from 255) = 66.5%

 GREEN value IS 35 (14.06% from 255) = 17.77%

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 66.5%
G = 17.77%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83231F (or 0x83231F) is known color: Mandarian Orange. HEX triplet: 83, 23 and 1F. RGB value is (131,35,31). Sum of RGB (Red+Green+Blue) = 131+35+31=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83231F is #7CDCE0. Grayscale: #3F3F3F. Windows color (decimal): -8183009 or 2040707. OLE color: 2040707.

HSL color Cylindrical-coordinate representation of color #83231F: hue angle of 2.4º 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 #83231F is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 35 31 -
CMYK 0 0.73 0.76 0.49
HSL 2.4º 0.62% 0.32% -
HSV(B) 2.4º 0.76% 0.51% -
XYZ 10.21 6.13 1.94 -
YUV 63.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 131 35 31 0 0.73 0.76 0.49 2.4 0.62 0.32
Hex 83 23 1F 0 49 4C 31 2 3E 20
Octal 203 43 37 0 111 114 61 2 76 40
Binary 10000011 100011 11111 0 1001001 1001100 110001 10 111110 100000

Color Harmonies of #83231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83231F

Black with #83231F

Text Example


Text Example

White with #83231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83231F;
 }
 .AnyTagClassName
 {
   color: #83231F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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