#85221F

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

Shades of Mandarian Orange #85221F

Tints of Mandarian Orange #85221F

Color information

#85221F (or 0x85221F) is unknown color: approx Mandarian Orange. HEX triplet: 85, 22 and 1F. RGB value is (133,34,31). Sum of RGB (Red+Green+Blue) = 133+34+31=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85221F is #7ADDE0. Grayscale: #3F3F3F. Windows color (decimal): -8052193 or 2040453. OLE color: 2040453.

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

Color convert

RGB1333431-
CMYK00.740.770.48
HSL1.76º62.2%32.16%-
HSV(B)1.76º76.69%52.16%-
XYZ10.496.231.95-
YUV63.26109.8177.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.17%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 31 (12.5% from 255) = 15.66%
R=67.17%
G=17.17%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133343100.740.770.481.7662.232.16
Hex85221F04A4D3023e20
Octal205423701121156027640
Binary100001011000101111101001010100110111000010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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