Html Css Color HEX #8B211B Mandarian Orange

📋 copy color: '#8B211B'

red 139 ◦ green 33 ◦ blue 27

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

Shades of Mandarian Orange #8B211B

Tints of Mandarian Orange #8B211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.57%

R = 69.85%
G = 16.58%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B211B (or 0x8B211B) is known color: Mandarian Orange. HEX triplet: 8B, 21 and 1B. RGB value is (139,33,27). Sum of RGB (Red+Green+Blue) = 139+33+27=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B211B is #74DEE4. Grayscale: #404040. Windows color (decimal): -7659237 or 1778059. OLE color: 1778059.

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

Color convert

RGB 139 33 27 -
CMYK 0 0.76 0.81 0.45
HSL 3.21º 0.67% 0.33% -
HSV(B) 3.21º 0.81% 0.55% -
XYZ 11.39 6.66 1.72 -
YUV 64.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 139 33 27 0 0.76 0.81 0.45 3.21 0.67 0.33
Hex 8B 21 1B 0 4C 51 2D 3 43 21
Octal 213 41 33 0 114 121 55 3 103 41
Binary 10001011 100001 11011 0 1001100 1010001 101101 11 1000011 100001

Color Harmonies of #8B211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B211B

Black with #8B211B

Text Example


Text Example

White with #8B211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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