Html Css Color HEX #89221E Mandarian Orange

📋 copy color: '#89221E'

red 137 ◦ green 34 ◦ blue 30

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

Shades of Mandarian Orange #89221E

Tints of Mandarian Orange #89221E

RGB

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

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

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

R = 68.16%
G = 16.92%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#89221E (or 0x89221E) is known color: Mandarian Orange. HEX triplet: 89, 22 and 1E. RGB value is (137,34,30). Sum of RGB (Red+Green+Blue) = 137+34+30=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89221E is #76DDE1. Grayscale: #404040. Windows color (decimal): -7790050 or 1974921. OLE color: 1974921.

HSL color Cylindrical-coordinate representation of color #89221E: hue angle of 2.24º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89221E is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 30 -
CMYK 0 0.75 0.78 0.46
HSL 2.24º 0.64% 0.33% -
HSV(B) 2.24º 0.78% 0.54% -
XYZ 11.12 6.56 1.91 -
YUV 64.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 137 34 30 0 0.75 0.78 0.46 2.24 0.64 0.33
Hex 89 22 1E 0 4B 4E 2E 2 40 21
Octal 211 42 36 0 113 116 56 2 100 41
Binary 10001001 100010 11110 0 1001011 1001110 101110 10 1000000 100001

Color Harmonies of #89221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89221E

Black with #89221E

Text Example


Text Example

White with #89221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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