Html Css Color HEX #83251E Mandarian Orange

📋 copy color: '#83251E'

red 131 ◦ green 37 ◦ blue 30

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

Shades of Mandarian Orange #83251E

Tints of Mandarian Orange #83251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

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

R = 66.16%
G = 18.69%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83251E (or 0x83251E) is known color: Mandarian Orange. HEX triplet: 83, 25 and 1E. RGB value is (131,37,30). Sum of RGB (Red+Green+Blue) = 131+37+30=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83251E is #7CDAE1. Grayscale: #404040. Windows color (decimal): -8182498 or 1975683. OLE color: 1975683.

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

Color convert

RGB 131 37 30 -
CMYK 0 0.72 0.77 0.49
HSL 4.16º 0.63% 0.32% -
HSV(B) 4.16º 0.77% 0.51% -
XYZ 10.26 6.24 1.89 -
YUV 64.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 131 37 30 0 0.72 0.77 0.49 4.16 0.63 0.32
Hex 83 25 1E 0 48 4D 31 4 3F 20
Octal 203 45 36 0 110 115 61 4 77 40
Binary 10000011 100101 11110 0 1001000 1001101 110001 100 111111 100000

Color Harmonies of #83251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83251E

Black with #83251E

Text Example


Text Example

White with #83251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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