Html Css Color HEX #86241F Mandarian Orange

📋 copy color: '#86241F'

red 134 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #86241F

Tints of Mandarian Orange #86241F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.42%

R = 66.67%
G = 17.91%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86241F (or 0x86241F) is known color: Mandarian Orange. HEX triplet: 86, 24 and 1F. RGB value is (134,36,31). Sum of RGB (Red+Green+Blue) = 134+36+31=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #86241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86241F is #79DBE0. Grayscale: #404040. Windows color (decimal): -7986145 or 2040966. OLE color: 2040966.

HSL color Cylindrical-coordinate representation of color #86241F: hue angle of 2.91º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86241F is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 36 31 -
CMYK 0 0.73 0.77 0.47
HSL 2.91º 0.62% 0.32% -
HSV(B) 2.91º 0.77% 0.53% -
XYZ 10.71 6.43 1.97 -
YUV 64.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 134 36 31 0 0.73 0.77 0.47 2.91 0.62 0.32
Hex 86 24 1F 0 49 4D 2F 3 3E 20
Octal 206 44 37 0 111 115 57 3 76 40
Binary 10000110 100100 11111 0 1001001 1001101 101111 11 111110 100000

Color Harmonies of #86241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86241F

Black with #86241F

Text Example


Text Example

White with #86241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86241F; }

 p { color: rgb(134,36,31); }

 H1.HeaderClassName
 {
   color: #86241F;
 }
 .AnyTagClassName
 {
   color: #86241F;
 }
</style>

background-color css

<style>
 a { background-color: #86241F; }

 a { background-color: rgb(134,36,31); }

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

border-color css

<style>
 span { border-color: #86241F; }

 span { border-color: rgb(134,36,31); }

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