Html Css Color HEX #86251F Mandarian Orange

📋 copy color: '#86251F'

red 134 ◦ green 37 ◦ blue 31

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

Shades of Mandarian Orange #86251F

Tints of Mandarian Orange #86251F

RGB

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

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

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

R = 66.34%
G = 18.32%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86251F (or 0x86251F) is known color: Mandarian Orange. HEX triplet: 86, 25 and 1F. RGB value is (134,37,31). Sum of RGB (Red+Green+Blue) = 134+37+31=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #86251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86251F is #79DAE0. Grayscale: #414141. Windows color (decimal): -7985889 or 2041222. OLE color: 2041222.

HSL color Cylindrical-coordinate representation of color #86251F: hue angle of 3.5º 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 #86251F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 31 -
CMYK 0 0.72 0.77 0.47
HSL 3.5º 0.62% 0.32% -
HSV(B) 3.5º 0.77% 0.53% -
XYZ 10.74 6.49 1.98 -
YUV 65.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 134 37 31 0 0.72 0.77 0.47 3.5 0.62 0.32
Hex 86 25 1F 0 48 4D 2F 3 3E 20
Octal 206 45 37 0 110 115 57 3 76 40
Binary 10000110 100101 11111 0 1001000 1001101 101111 11 111110 100000

Color Harmonies of #86251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86251F

Black with #86251F

Text Example


Text Example

White with #86251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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