#85261C

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

Shades of Mandarian Orange #85261C

Tints of Mandarian Orange #85261C

Color information

#85261C (or 0x85261C) is unknown color: approx Mandarian Orange. HEX triplet: 85, 26 and 1C. RGB value is (133,38,28). Sum of RGB (Red+Green+Blue) = 133+38+28=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85261C is #7AD9E3. Grayscale: #414141. Windows color (decimal): -8051172 or 1844869. OLE color: 1844869.

HSL color Cylindrical-coordinate representation of color #85261C: hue angle of 5.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85261C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1333828-
CMYK00.710.790.48
HSL5.71º65.22%31.57%-
HSV(B)5.71º78.95%52.16%-
XYZ10.586.461.79-
YUV65.26106.97176.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=66.83%
G=19.10%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133382800.710.790.485.7165.2231.57
Hex85261C0474F3064120
Octal2054634010711760610140
Binary10000101100110111000100011110011111100001101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85261C; }

 p { color: rgb(133,38,28); }

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

<style>
 a { background-color: #85261C; }

 a { background-color: rgb(133,38,28); }

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

<style>
 span { border-color: #85261C; }

 span { border-color: rgb(133,38,28); }

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