Html Css Color HEX #85221F Mandarian Orange

📋 copy color: '#85221F'

red 133 ◦ green 34 ◦ blue 31

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

Shades of Mandarian Orange #85221F

Tints of Mandarian Orange #85221F

RGB

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

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

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

R = 67.17%
G = 17.17%
B = 15.66%

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

#85221F (or 0x85221F) is known color: Mandarian Orange. HEX triplet: 85, 22 and 1F. RGB value is (133,34,31). Sum of RGB (Red+Green+Blue) = 133+34+31=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85221F is #7ADDE0. Grayscale: #3F3F3F. Windows color (decimal): -8052193 or 2040453. OLE color: 2040453.

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

Color convert

RGB 133 34 31 -
CMYK 0 0.74 0.77 0.48
HSL 1.76º 0.62% 0.32% -
HSV(B) 1.76º 0.77% 0.52% -
XYZ 10.49 6.23 1.95 -
YUV 63.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 133 34 31 0 0.74 0.77 0.48 1.76 0.62 0.32
Hex 85 22 1F 0 4A 4D 30 2 3E 20
Octal 205 42 37 0 112 115 60 2 76 40
Binary 10000101 100010 11111 0 1001010 1001101 110000 10 111110 100000

Color Harmonies of #85221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85221F

Black with #85221F

Text Example


Text Example

White with #85221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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