#85251D

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

Shades of Mandarian Orange #85251D

Tints of Mandarian Orange #85251D

Color information

#85251D (or 0x85251D) is unknown color: approx Mandarian Orange. HEX triplet: 85, 25 and 1D. RGB value is (133,37,29). Sum of RGB (Red+Green+Blue) = 133+37+29=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85251D is #7ADAE2. Grayscale: #404040. Windows color (decimal): -8051427 or 1910149. OLE color: 1910149.

HSL color Cylindrical-coordinate representation of color #85251D: hue angle of 4.62º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85251D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB1333729-
CMYK00.720.780.48
HSL4.62º64.2%31.76%-
HSV(B)4.62º78.2%52.16%-
XYZ10.566.41.84-
YUV64.79107.8176.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=66.83%
G=18.59%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133372900.720.780.484.6264.231.76
Hex85251D0484E3054020
Octal2054535011011660510040
Binary10000101100101111010100100010011101100001011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85251D; }

 p { color: rgb(133,37,29); }

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

<style>
 a { background-color: #85251D; }

 a { background-color: rgb(133,37,29); }

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

<style>
 span { border-color: #85251D; }

 span { border-color: rgb(133,37,29); }

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