Html Css Color HEX #89201F Mandarian Orange

📋 copy color: '#89201F'

red 137 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #89201F

Tints of Mandarian Orange #89201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

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

R = 68.5%
G = 16%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#89201F (or 0x89201F) is known color: Mandarian Orange. HEX triplet: 89, 20 and 1F. RGB value is (137,32,31). Sum of RGB (Red+Green+Blue) = 137+32+31=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89201F is #76DFE0. Grayscale: #3F3F3F. Windows color (decimal): -7790561 or 2039945. OLE color: 2039945.

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

Color convert

RGB 137 32 31 -
CMYK 0 0.77 0.77 0.46
HSL 0.57º 0.63% 0.33% -
HSV(B) 0.57º 0.77% 0.54% -
XYZ 11.08 6.45 1.96 -
YUV 63.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 137 32 31 0 0.77 0.77 0.46 0.57 0.63 0.33
Hex 89 20 1F 0 4D 4D 2E 1 3F 21
Octal 211 40 37 0 115 115 56 1 77 41
Binary 10001001 100000 11111 0 1001101 1001101 101110 1 111111 100001

Color Harmonies of #89201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89201F

Black with #89201F

Text Example


Text Example

White with #89201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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