Html Css Color HEX #86241E Mandarian Orange

📋 copy color: '#86241E'

red 134 ◦ green 36 ◦ blue 30

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

Shades of Mandarian Orange #86241E

Tints of Mandarian Orange #86241E

RGB

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

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

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

R = 67%
G = 18%
B = 15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86241E (or 0x86241E) is known color: Mandarian Orange. HEX triplet: 86, 24 and 1E. RGB value is (134,36,30). Sum of RGB (Red+Green+Blue) = 134+36+30=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #86241E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86241E is #79DBE1. Grayscale: #404040. Windows color (decimal): -7986146 or 1975430. OLE color: 1975430.

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

Color convert

RGB 134 36 30 -
CMYK 0 0.73 0.78 0.47
HSL 3.46º 0.63% 0.32% -
HSV(B) 3.46º 0.78% 0.53% -
XYZ 10.7 6.42 1.9 -
YUV 64.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 134 36 30 0 0.73 0.78 0.47 3.46 0.63 0.32
Hex 86 24 1E 0 49 4E 2F 3 3F 20
Octal 206 44 36 0 111 116 57 3 77 40
Binary 10000110 100100 11110 0 1001001 1001110 101111 11 111111 100000

Color Harmonies of #86241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86241E

Black with #86241E

Text Example


Text Example

White with #86241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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