Html Css Color HEX #89221C Mandarian Orange

📋 copy color: '#89221C'

red 137 ◦ green 34 ◦ blue 28

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

Shades of Mandarian Orange #89221C

Tints of Mandarian Orange #89221C

RGB

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

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

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

R = 68.84%
G = 17.09%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#89221C (or 0x89221C) is known color: Mandarian Orange. HEX triplet: 89, 22 and 1C. RGB value is (137,34,28). Sum of RGB (Red+Green+Blue) = 137+34+28=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #89221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89221C is #76DDE3. Grayscale: #404040. Windows color (decimal): -7790052 or 1843849. OLE color: 1843849.

HSL color Cylindrical-coordinate representation of color #89221C: hue angle of 3.3º 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 #89221C is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 28 -
CMYK 0 0.75 0.80 0.46
HSL 3.3º 0.66% 0.32% -
HSV(B) 3.3º 0.8% 0.54% -
XYZ 11.1 6.55 1.78 -
YUV 64.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 137 34 28 0 0.75 0.80 0.46 3.3 0.66 0.32
Hex 89 22 1C 0 4B 50 2E 3 42 20
Octal 211 42 34 0 113 120 56 3 102 40
Binary 10001001 100010 11100 0 1001011 1010000 101110 11 1000010 100000

Color Harmonies of #89221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89221C

Black with #89221C

Text Example


Text Example

White with #89221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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