#861F1F

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

Shades of Mandarian Orange #861F1F

Tints of Mandarian Orange #861F1F

Color information

#861F1F (or 0x861F1F) is unknown color: approx Mandarian Orange. HEX triplet: 86, 1F and 1F. RGB value is (134,31,31). Sum of RGB (Red+Green+Blue) = 134+31+31=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #861F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861F1F is #79E0E0. Grayscale: #3D3D3D. Windows color (decimal): -7987425 or 2039686. OLE color: 2039686.

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

Color convert

RGB1343131-
CMYK00.770.770.47
HSL62.42%32.35%-
HSV(B)76.87%52.55%-
XYZ10.576.151.93-
YUV61.8110.62179.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.37%
GREEN value IS 31 (12.5% from 255) = 15.82%
BLUE value IS 31 (12.5% from 255) = 15.82%
R=68.37%
G=15.82%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134313100.770.770.47062.4232.35
Hex861F1F04D4D2F03e20
Octal206373701151155707640
Binary1000011011111111110100110110011011011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861F1F; }

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

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

<style>
 a { background-color: #861F1F; }

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

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

<style>
 span { border-color: #861F1F; }

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

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