Html Css Color HEX #86231A Mandarian Orange

📋 copy color: '#86231A'

red 134 ◦ green 35 ◦ blue 26

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

Shades of Mandarian Orange #86231A

Tints of Mandarian Orange #86231A

RGB

 RED value IS 134 (52.73% from 255) = 68.72%

 GREEN value IS 35 (14.06% from 255) = 17.95%

 BLUE value IS 26 (10.55% from 255) = 13.33%

R = 68.72%
G = 17.95%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#86231A (or 0x86231A) is known color: Mandarian Orange. HEX triplet: 86, 23 and 1A. RGB value is (134,35,26). Sum of RGB (Red+Green+Blue) = 134+35+26=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #86231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86231A is #79DCE5. Grayscale: #3F3F3F. Windows color (decimal): -7986406 or 1713030. OLE color: 1713030.

HSL color Cylindrical-coordinate representation of color #86231A: hue angle of 5º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86231A is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 26 -
CMYK 0 0.74 0.81 0.47
HSL 0.68% 0.31% -
HSV(B) 0.81% 0.53% -
XYZ 10.62 6.34 1.64 -
YUV 63.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 134 35 26 0 0.74 0.81 0.47 5 0.68 0.31
Hex 86 23 1A 0 4A 51 2F 5 44 1F
Octal 206 43 32 0 112 121 57 5 104 37
Binary 10000110 100011 11010 0 1001010 1010001 101111 101 1000100 11111

Color Harmonies of #86231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86231A

Black with #86231A

Text Example


Text Example

White with #86231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86231A; }

 p { color: rgb(134,35,26); }

 H1.HeaderClassName
 {
   color: #86231A;
 }
 .AnyTagClassName
 {
   color: #86231A;
 }
</style>

background-color css

<style>
 a { background-color: #86231A; }

 a { background-color: rgb(134,35,26); }

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

border-color css

<style>
 span { border-color: #86231A; }

 span { border-color: rgb(134,35,26); }

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