Html Css Color HEX #85221E Mandarian Orange

📋 copy color: '#85221E'

red 133 ◦ green 34 ◦ blue 30

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

Shades of Mandarian Orange #85221E

Tints of Mandarian Orange #85221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 67.51%
G = 17.26%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85221E (or 0x85221E) is known color: Mandarian Orange. HEX triplet: 85, 22 and 1E. RGB value is (133,34,30). Sum of RGB (Red+Green+Blue) = 133+34+30=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85221E is #7ADDE1. Grayscale: #3F3F3F. Windows color (decimal): -8052194 or 1974917. OLE color: 1974917.

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

Color convert

RGB 133 34 30 -
CMYK 0 0.74 0.77 0.48
HSL 2.33º 0.63% 0.32% -
HSV(B) 2.33º 0.77% 0.52% -
XYZ 10.48 6.22 1.88 -
YUV 63.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 133 34 30 0 0.74 0.77 0.48 2.33 0.63 0.32
Hex 85 22 1E 0 4A 4D 30 2 3F 20
Octal 205 42 36 0 112 115 60 2 77 40
Binary 10000101 100010 11110 0 1001010 1001101 110000 10 111111 100000

Color Harmonies of #85221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85221E

Black with #85221E

Text Example


Text Example

White with #85221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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