Html Css Color HEX #8B211C Mandarian Orange

📋 copy color: '#8B211C'

red 139 ◦ green 33 ◦ blue 28

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

Shades of Mandarian Orange #8B211C

Tints of Mandarian Orange #8B211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

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

R = 69.5%
G = 16.5%
B = 14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B211C (or 0x8B211C) is known color: Mandarian Orange. HEX triplet: 8B, 21 and 1C. RGB value is (139,33,28). Sum of RGB (Red+Green+Blue) = 139+33+28=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B211C is #74DEE3. Grayscale: #404040. Windows color (decimal): -7659236 or 1843595. OLE color: 1843595.

HSL color Cylindrical-coordinate representation of color #8B211C: hue angle of 2.7º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B211C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 33 28 -
CMYK 0 0.76 0.80 0.45
HSL 2.7º 0.66% 0.33% -
HSV(B) 2.7º 0.8% 0.55% -
XYZ 11.4 6.66 1.78 -
YUV 64.12 107.62 181.41 -
System Red Green Blue C M Y K H S L
Decimal 139 33 28 0 0.76 0.80 0.45 2.7 0.66 0.33
Hex 8B 21 1C 0 4C 50 2D 3 42 21
Octal 213 41 34 0 114 120 55 3 102 41
Binary 10001011 100001 11100 0 1001100 1010000 101101 11 1000010 100001

Color Harmonies of #8B211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B211C

Black with #8B211C

Text Example


Text Example

White with #8B211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,33,28); }

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

background-color css

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

 a { background-color: rgb(139,33,28); }

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

border-color css

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

 span { border-color: rgb(139,33,28); }

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