#85281F

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

Shades of Mandarian Orange #85281F

Tints of Mandarian Orange #85281F

Color information

#85281F (or 0x85281F) is unknown color: approx Mandarian Orange. HEX triplet: 85, 28 and 1F. RGB value is (133,40,31). Sum of RGB (Red+Green+Blue) = 133+40+31=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #85281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85281F is #7AD7E0. Grayscale: #424242. Windows color (decimal): -8050657 or 2041989. OLE color: 2041989.

HSL color Cylindrical-coordinate representation of color #85281F: hue angle of 5.29º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85281F is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1334031-
CMYK00.700.770.48
HSL5.29º62.2%32.16%-
HSV(B)5.29º76.69%52.16%-
XYZ10.686.62.01-
YUV66.78107.81175.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=65.20%
G=19.61%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133403100.700.770.485.2962.232.16
Hex85281F0464D3053e20
Octal205503701061156057640
Binary1000010110100011111010001101001101110000101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,40,31); }

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

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

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

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

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

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

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