Html Css Color HEX #83221F Mandarian Orange

📋 copy color: '#83221F'

red 131 ◦ green 34 ◦ blue 31

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

Shades of Mandarian Orange #83221F

Tints of Mandarian Orange #83221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.35%

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

R = 66.84%
G = 17.35%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83221F (or 0x83221F) is known color: Mandarian Orange. HEX triplet: 83, 22 and 1F. RGB value is (131,34,31). Sum of RGB (Red+Green+Blue) = 131+34+31=196 (25% of max value = 765). Red value is 131 (51.56% from 255 or 66.84% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 131 - color contains mainly: red. Hex color #83221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83221F is #7CDDE0. Grayscale: #3E3E3E. Windows color (decimal): -8183265 or 2040451. OLE color: 2040451.

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

Color convert

RGB 131 34 31 -
CMYK 0 0.74 0.76 0.49
HSL 1.8º 0.62% 0.32% -
HSV(B) 1.8º 0.76% 0.51% -
XYZ 10.18 6.07 1.93 -
YUV 62.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 131 34 31 0 0.74 0.76 0.49 1.8 0.62 0.32
Hex 83 22 1F 0 4A 4C 31 2 3E 20
Octal 203 42 37 0 112 114 61 2 76 40
Binary 10000011 100010 11111 0 1001010 1001100 110001 10 111110 100000

Color Harmonies of #83221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83221F

Black with #83221F

Text Example


Text Example

White with #83221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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