Html Css Color HEX #85271F Mandarian Orange

📋 copy color: '#85271F'

red 133 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #85271F

Tints of Mandarian Orange #85271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 65.52%
G = 19.21%
B = 15.27%

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

#85271F (or 0x85271F) is known color: Mandarian Orange. HEX triplet: 85, 27 and 1F. RGB value is (133,39,31). Sum of RGB (Red+Green+Blue) = 133+39+31=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #85271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85271F is #7AD8E0. Grayscale: #424242. Windows color (decimal): -8050913 or 2041733. OLE color: 2041733.

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

Color convert

RGB 133 39 31 -
CMYK 0 0.71 0.77 0.48
HSL 4.71º 0.62% 0.32% -
HSV(B) 4.71º 0.77% 0.52% -
XYZ 10.65 6.54 2 -
YUV 66.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 133 39 31 0 0.71 0.77 0.48 4.71 0.62 0.32
Hex 85 27 1F 0 47 4D 30 5 3E 20
Octal 205 47 37 0 107 115 60 5 76 40
Binary 10000101 100111 11111 0 1000111 1001101 110000 101 111110 100000

Color Harmonies of #85271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85271F

Black with #85271F

Text Example


Text Example

White with #85271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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