Html Css Color HEX #85201F Mandarian Orange

📋 copy color: '#85201F'

red 133 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #85201F

Tints of Mandarian Orange #85201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 67.86%
G = 16.33%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85201F (or 0x85201F) is known color: Mandarian Orange. HEX triplet: 85, 20 and 1F. RGB value is (133,32,31). Sum of RGB (Red+Green+Blue) = 133+32+31=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85201F is #7ADFE0. Grayscale: #3E3E3E. Windows color (decimal): -8052705 or 2039941. OLE color: 2039941.

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

Color convert

RGB 133 32 31 -
CMYK 0 0.76 0.77 0.48
HSL 0.59º 0.62% 0.32% -
HSV(B) 0.59º 0.77% 0.52% -
XYZ 10.44 6.12 1.93 -
YUV 62.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 133 32 31 0 0.76 0.77 0.48 0.59 0.62 0.32
Hex 85 20 1F 0 4C 4D 30 1 3E 20
Octal 205 40 37 0 114 115 60 1 76 40
Binary 10000101 100000 11111 0 1001100 1001101 110000 1 111110 100000

Color Harmonies of #85201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85201F

Black with #85201F

Text Example


Text Example

White with #85201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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