Html Css Color HEX #83241F Mandarian Orange

📋 copy color: '#83241F'

red 131 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #83241F

Tints of Mandarian Orange #83241F

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 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

#83241F (or 0x83241F) is known color: 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

RGB 131 36 31 -
CMYK 0 0.73 0.76 0.49
HSL 0.62% 0.32% -
HSV(B) 0.76% 0.51% -
XYZ 10.24 6.19 1.95 -
YUV 63.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 131 36 31 0 0.73 0.76 0.49 3 0.62 0.32
Hex 83 24 1F 0 49 4C 31 3 3E 20
Octal 203 44 37 0 111 114 61 3 76 40
Binary 10000011 100100 11111 0 1001001 1001100 110001 11 111110 100000

Color Harmonies of #83241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83241F

Black with #83241F

Text Example


Text Example

White with #83241F

Text Example


Text Example

HTML Codes & Css Web 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>