Html Css Color HEX #89231C Mandarian Orange

📋 copy color: '#89231C'

red 137 ◦ green 35 ◦ blue 28

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

Shades of Mandarian Orange #89231C

Tints of Mandarian Orange #89231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 28 (11.33% from 255) = 14%

R = 68.5%
G = 17.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89231C (or 0x89231C) is known color: Mandarian Orange. HEX triplet: 89, 23 and 1C. RGB value is (137,35,28). Sum of RGB (Red+Green+Blue) = 137+35+28=200 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 137 - color contains mainly: red. Hex color #89231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89231C is #76DCE3. Grayscale: #404040. Windows color (decimal): -7789796 or 1844105. OLE color: 1844105.

HSL color Cylindrical-coordinate representation of color #89231C: hue angle of 3.85º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #89231C is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 28 -
CMYK 0 0.74 0.80 0.46
HSL 3.85º 0.66% 0.32% -
HSV(B) 3.85º 0.8% 0.54% -
XYZ 11.13 6.6 1.79 -
YUV 64.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 137 35 28 0 0.74 0.80 0.46 3.85 0.66 0.32
Hex 89 23 1C 0 4A 50 2E 4 42 20
Octal 211 43 34 0 112 120 56 4 102 40
Binary 10001001 100011 11100 0 1001010 1010000 101110 100 1000010 100000

Color Harmonies of #89231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89231C

Black with #89231C

Text Example


Text Example

White with #89231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89231C; }

 p { color: rgb(137,35,28); }

 H1.HeaderClassName
 {
   color: #89231C;
 }
 .AnyTagClassName
 {
   color: #89231C;
 }
</style>

background-color css

<style>
 a { background-color: #89231C; }

 a { background-color: rgb(137,35,28); }

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

border-color css

<style>
 span { border-color: #89231C; }

 span { border-color: rgb(137,35,28); }

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