Html Css Color HEX #85271E Mandarian Orange

📋 copy color: '#85271E'

red 133 ◦ green 39 ◦ blue 30

#85271E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #85271E

Tints of Mandarian Orange #85271E

RGB

 RED value IS 133 (52.34% from 255) = 65.84%

 GREEN value IS 39 (15.63% from 255) = 19.31%

 BLUE value IS 30 (12.11% from 255) = 14.85%

R = 65.84%
G = 19.31%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85271E (or 0x85271E) is known color: Mandarian Orange. HEX triplet: 85, 27 and 1E. RGB value is (133,39,30). Sum of RGB (Red+Green+Blue) = 133+39+30=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #85271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85271E is #7AD8E1. Grayscale: #424242. Windows color (decimal): -8050914 or 1976197. OLE color: 1976197.

HSL color Cylindrical-coordinate representation of color #85271E: hue angle of 5.24º degrees, saturation: 0.63, 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 #85271E is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 30 -
CMYK 0 0.71 0.77 0.48
HSL 5.24º 0.63% 0.32% -
HSV(B) 5.24º 0.77% 0.52% -
XYZ 10.63 6.53 1.93 -
YUV 66.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 133 39 30 0 0.71 0.77 0.48 5.24 0.63 0.32
Hex 85 27 1E 0 47 4D 30 5 3F 20
Octal 205 47 36 0 107 115 60 5 77 40
Binary 10000101 100111 11110 0 1000111 1001101 110000 101 111111 100000

Color Harmonies of #85271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85271E

Black with #85271E

Text Example


Text Example

White with #85271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85271E; }

 p { color: rgb(133,39,30); }

 H1.HeaderClassName
 {
   color: #85271E;
 }
 .AnyTagClassName
 {
   color: #85271E;
 }
</style>

background-color css

<style>
 a { background-color: #85271E; }

 a { background-color: rgb(133,39,30); }

 div.DivClassName
 {
   background-color: #85271E;
 }
 .BgClassName
 {
   background-color: #85271E;
 }
</style>

border-color css

<style>
 span { border-color: #85271E; }

 span { border-color: rgb(133,39,30); }

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