Html Css Color HEX #83261D Mandarian Orange

📋 copy color: '#83261D'

red 131 ◦ green 38 ◦ blue 29

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

Shades of Mandarian Orange #83261D

Tints of Mandarian Orange #83261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

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

R = 66.16%
G = 19.19%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83261D (or 0x83261D) is known color: Mandarian Orange. HEX triplet: 83, 26 and 1D. RGB value is (131,38,29). Sum of RGB (Red+Green+Blue) = 131+38+29=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83261D is #7CD9E2. Grayscale: #404040. Windows color (decimal): -8182243 or 1910403. OLE color: 1910403.

HSL color Cylindrical-coordinate representation of color #83261D: hue angle of 5.29º 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 #83261D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 38 29 -
CMYK 0 0.71 0.78 0.49
HSL 5.29º 0.64% 0.31% -
HSV(B) 5.29º 0.78% 0.51% -
XYZ 10.27 6.3 1.84 -
YUV 64.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 131 38 29 0 0.71 0.78 0.49 5.29 0.64 0.31
Hex 83 26 1D 0 47 4E 31 5 40 1F
Octal 203 46 35 0 107 116 61 5 100 37
Binary 10000011 100110 11101 0 1000111 1001110 110001 101 1000000 11111

Color Harmonies of #83261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83261D

Black with #83261D

Text Example


Text Example

White with #83261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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