Html Css Color HEX #85211E Mandarian Orange

📋 copy color: '#85211E'

red 133 ◦ green 33 ◦ blue 30

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

Shades of Mandarian Orange #85211E

Tints of Mandarian Orange #85211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

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

R = 67.86%
G = 16.84%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85211E (or 0x85211E) is known color: Mandarian Orange. HEX triplet: 85, 21 and 1E. RGB value is (133,33,30). Sum of RGB (Red+Green+Blue) = 133+33+30=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85211E is #7ADEE1. Grayscale: #3E3E3E. Windows color (decimal): -8052450 or 1974661. OLE color: 1974661.

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

Color convert

RGB 133 33 30 -
CMYK 0 0.75 0.77 0.48
HSL 1.75º 0.63% 0.32% -
HSV(B) 1.75º 0.77% 0.52% -
XYZ 10.45 6.17 1.87 -
YUV 62.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 133 33 30 0 0.75 0.77 0.48 1.75 0.63 0.32
Hex 85 21 1E 0 4B 4D 30 2 3F 20
Octal 205 41 36 0 113 115 60 2 77 40
Binary 10000101 100001 11110 0 1001011 1001101 110000 10 111111 100000

Color Harmonies of #85211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85211E

Black with #85211E

Text Example


Text Example

White with #85211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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