Html Css Color HEX #8B201A Mandarian Orange

📋 copy color: '#8B201A'

red 139 ◦ green 32 ◦ blue 26

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

Shades of Mandarian Orange #8B201A

Tints of Mandarian Orange #8B201A

RGB

 RED value IS 139 (54.69% from 255) = 70.56%

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

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

R = 70.56%
G = 16.24%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B201A (or 0x8B201A) is known color: Mandarian Orange. HEX triplet: 8B, 20 and 1A. RGB value is (139,32,26). Sum of RGB (Red+Green+Blue) = 139+32+26=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B201A is #74DFE5. Grayscale: #3F3F3F. Windows color (decimal): -7659494 or 1712267. OLE color: 1712267.

HSL color Cylindrical-coordinate representation of color #8B201A: hue angle of 3.19º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B201A is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 32 26 -
CMYK 0 0.77 0.81 0.45
HSL 3.19º 0.68% 0.32% -
HSV(B) 3.19º 0.81% 0.55% -
XYZ 11.35 6.6 1.65 -
YUV 63.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 139 32 26 0 0.77 0.81 0.45 3.19 0.68 0.32
Hex 8B 20 1A 0 4D 51 2D 3 44 20
Octal 213 40 32 0 115 121 55 3 104 40
Binary 10001011 100000 11010 0 1001101 1010001 101101 11 1000100 100000

Color Harmonies of #8B201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B201A

Black with #8B201A

Text Example


Text Example

White with #8B201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B201A; }

 p { color: rgb(139,32,26); }

 H1.HeaderClassName
 {
   color: #8B201A;
 }
 .AnyTagClassName
 {
   color: #8B201A;
 }
</style>

background-color css

<style>
 a { background-color: #8B201A; }

 a { background-color: rgb(139,32,26); }

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

border-color css

<style>
 span { border-color: #8B201A; }

 span { border-color: rgb(139,32,26); }

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