#86251B

Color #86251B Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #86251B

Tints of Mandarian Orange #86251B

Color information

#86251B (or 0x86251B) is unknown color: approx Mandarian Orange. HEX triplet: 86, 25 and 1B. RGB value is (134,37,27). Sum of RGB (Red+Green+Blue) = 134+37+27=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #86251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86251B is #79DAE4. Grayscale: #414141. Windows color (decimal): -7985893 or 1779078. OLE color: 1779078.

HSL color Cylindrical-coordinate representation of color #86251B: hue angle of 5.61º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86251B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1343727-
CMYK00.720.800.47
HSL5.61º66.46%31.57%-
HSV(B)5.61º79.85%52.55%-
XYZ10.696.471.72-
YUV64.86106.64177.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=67.68%
G=18.69%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134372700.720.800.475.6166.4631.57
Hex86251B048502F64220
Octal2064533011012057610240
Binary10000110100101110110100100010100001011111101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86251B;
 }
 .AnyTagClassName
 {
   color: #86251B;
 }
</style>
background-color css

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

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

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

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

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

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