Html Css Color HEX #83251D Mandarian Orange

📋 copy color: '#83251D'

red 131 ◦ green 37 ◦ blue 29

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

Shades of Mandarian Orange #83251D

Tints of Mandarian Orange #83251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.72%

R = 66.5%
G = 18.78%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83251D (or 0x83251D) is known color: Mandarian Orange. HEX triplet: 83, 25 and 1D. RGB value is (131,37,29). Sum of RGB (Red+Green+Blue) = 131+37+29=197 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.50% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 131 - color contains mainly: red. Hex color #83251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83251D is #7CDAE2. Grayscale: #404040. Windows color (decimal): -8182499 or 1910147. OLE color: 1910147.

HSL color Cylindrical-coordinate representation of color #83251D: hue angle of 4.71º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83251D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 29 -
CMYK 0 0.72 0.78 0.49
HSL 4.71º 0.64% 0.31% -
HSV(B) 4.71º 0.78% 0.51% -
XYZ 10.24 6.24 1.83 -
YUV 64.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 131 37 29 0 0.72 0.78 0.49 4.71 0.64 0.31
Hex 83 25 1D 0 48 4E 31 5 40 1F
Octal 203 45 35 0 110 116 61 5 100 37
Binary 10000011 100101 11101 0 1001000 1001110 110001 101 1000000 11111

Color Harmonies of #83251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83251D

Black with #83251D

Text Example


Text Example

White with #83251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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