Html Css Color HEX #85271D Mandarian Orange

📋 copy color: '#85271D'

red 133 ◦ green 39 ◦ blue 29

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

Shades of Mandarian Orange #85271D

Tints of Mandarian Orange #85271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 66.17%
G = 19.4%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85271D (or 0x85271D) is known color: Mandarian Orange. HEX triplet: 85, 27 and 1D. RGB value is (133,39,29). Sum of RGB (Red+Green+Blue) = 133+39+29=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85271D is #7AD8E2. Grayscale: #424242. Windows color (decimal): -8050915 or 1910661. OLE color: 1910661.

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

Color convert

RGB 133 39 29 -
CMYK 0 0.71 0.78 0.48
HSL 5.77º 0.64% 0.32% -
HSV(B) 5.77º 0.78% 0.52% -
XYZ 10.62 6.53 1.86 -
YUV 65.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 133 39 29 0 0.71 0.78 0.48 5.77 0.64 0.32
Hex 85 27 1D 0 47 4E 30 6 40 20
Octal 205 47 35 0 107 116 60 6 100 40
Binary 10000101 100111 11101 0 1000111 1001110 110000 110 1000000 100000

Color Harmonies of #85271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85271D

Black with #85271D

Text Example


Text Example

White with #85271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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