Html Css Color HEX #89211D Mandarian Orange

📋 copy color: '#89211D'

red 137 ◦ green 33 ◦ blue 29

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

Shades of Mandarian Orange #89211D

Tints of Mandarian Orange #89211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 68.84%
G = 16.58%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#89211D (or 0x89211D) is known color: Mandarian Orange. HEX triplet: 89, 21 and 1D. RGB value is (137,33,29). Sum of RGB (Red+Green+Blue) = 137+33+29=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89211D is #76DEE2. Grayscale: #3F3F3F. Windows color (decimal): -7790307 or 1909129. OLE color: 1909129.

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

Color convert

RGB 137 33 29 -
CMYK 0 0.76 0.79 0.46
HSL 2.22º 0.65% 0.33% -
HSV(B) 2.22º 0.79% 0.54% -
XYZ 11.08 6.49 1.83 -
YUV 63.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 137 33 29 0 0.76 0.79 0.46 2.22 0.65 0.33
Hex 89 21 1D 0 4C 4F 2E 2 41 21
Octal 211 41 35 0 114 117 56 2 101 41
Binary 10001001 100001 11101 0 1001100 1001111 101110 10 1000001 100001

Color Harmonies of #89211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89211D

Black with #89211D

Text Example


Text Example

White with #89211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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