Html Css Color HEX #89211F Mandarian Orange

📋 copy color: '#89211F'

red 137 ◦ green 33 ◦ blue 31

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

Shades of Mandarian Orange #89211F

Tints of Mandarian Orange #89211F

RGB

 RED value IS 137 (53.91% from 255) = 68.16%

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

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

R = 68.16%
G = 16.42%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#89211F (or 0x89211F) is known color: Mandarian Orange. HEX triplet: 89, 21 and 1F. RGB value is (137,33,31). Sum of RGB (Red+Green+Blue) = 137+33+31=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89211F is #76DEE0. Grayscale: #3F3F3F. Windows color (decimal): -7790305 or 2040201. OLE color: 2040201.

HSL color Cylindrical-coordinate representation of color #89211F: hue angle of 1.13º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89211F is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 31 -
CMYK 0 0.76 0.77 0.46
HSL 1.13º 0.63% 0.33% -
HSV(B) 1.13º 0.77% 0.54% -
XYZ 11.11 6.51 1.97 -
YUV 63.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 137 33 31 0 0.76 0.77 0.46 1.13 0.63 0.33
Hex 89 21 1F 0 4C 4D 2E 1 3F 21
Octal 211 41 37 0 114 115 56 1 77 41
Binary 10001001 100001 11111 0 1001100 1001101 101110 1 111111 100001

Color Harmonies of #89211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89211F

Black with #89211F

Text Example


Text Example

White with #89211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,33,31); }

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

background-color css

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

 a { background-color: rgb(137,33,31); }

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

border-color css

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

 span { border-color: rgb(137,33,31); }

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