Html Css Color HEX #83241E Mandarian Orange

📋 copy color: '#83241E'

red 131 ◦ green 36 ◦ blue 30

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

Shades of Mandarian Orange #83241E

Tints of Mandarian Orange #83241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 66.5%
G = 18.27%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83241E (or 0x83241E) is known color: Mandarian Orange. HEX triplet: 83, 24 and 1E. RGB value is (131,36,30). Sum of RGB (Red+Green+Blue) = 131+36+30=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83241E is #7CDBE1. Grayscale: #3F3F3F. Windows color (decimal): -8182754 or 1975427. OLE color: 1975427.

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

Color convert

RGB 131 36 30 -
CMYK 0 0.73 0.77 0.49
HSL 3.56º 0.63% 0.32% -
HSV(B) 3.56º 0.77% 0.51% -
XYZ 10.23 6.18 1.88 -
YUV 63.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 131 36 30 0 0.73 0.77 0.49 3.56 0.63 0.32
Hex 83 24 1E 0 49 4D 31 4 3F 20
Octal 203 44 36 0 111 115 61 4 77 40
Binary 10000011 100100 11110 0 1001001 1001101 110001 100 111111 100000

Color Harmonies of #83241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83241E

Black with #83241E

Text Example


Text Example

White with #83241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83241E;
 }
 .AnyTagClassName
 {
   color: #83241E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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