Html Css Color HEX #89261A Mandarian Orange

📋 copy color: '#89261A'

red 137 ◦ green 38 ◦ blue 26

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

Shades of Mandarian Orange #89261A

Tints of Mandarian Orange #89261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 68.16%
G = 18.91%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#89261A (or 0x89261A) is known color: Mandarian Orange. HEX triplet: 89, 26 and 1A. RGB value is (137,38,26). Sum of RGB (Red+Green+Blue) = 137+38+26=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89261A is #76D9E5. Grayscale: #424242. Windows color (decimal): -7789030 or 1713801. OLE color: 1713801.

HSL color Cylindrical-coordinate representation of color #89261A: hue angle of 6.49º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #89261A is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 26 -
CMYK 0 0.72 0.81 0.46
HSL 6.49º 0.68% 0.32% -
HSV(B) 6.49º 0.81% 0.54% -
XYZ 11.2 6.78 1.7 -
YUV 66.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 137 38 26 0 0.72 0.81 0.46 6.49 0.68 0.32
Hex 89 26 1A 0 48 51 2E 6 44 20
Octal 211 46 32 0 110 121 56 6 104 40
Binary 10001001 100110 11010 0 1001000 1010001 101110 110 1000100 100000

Color Harmonies of #89261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89261A

Black with #89261A

Text Example


Text Example

White with #89261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89261A; }

 p { color: rgb(137,38,26); }

 H1.HeaderClassName
 {
   color: #89261A;
 }
 .AnyTagClassName
 {
   color: #89261A;
 }
</style>

background-color css

<style>
 a { background-color: #89261A; }

 a { background-color: rgb(137,38,26); }

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

border-color css

<style>
 span { border-color: #89261A; }

 span { border-color: rgb(137,38,26); }

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