Html Css Color HEX #8B271F Mandarian Orange

📋 copy color: '#8B271F'

red 139 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #8B271F

Tints of Mandarian Orange #8B271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 31 (12.5% from 255) = 14.83%

R = 66.51%
G = 18.66%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B271F (or 0x8B271F) is known color: Mandarian Orange. HEX triplet: 8B, 27 and 1F. RGB value is (139,39,31). Sum of RGB (Red+Green+Blue) = 139+39+31=209 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.51% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 139 - color contains mainly: red. Hex color #8B271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B271F is #74D8E0. Grayscale: #444444. Windows color (decimal): -7657697 or 2041739. OLE color: 2041739.

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

Color convert

RGB 139 39 31 -
CMYK 0 0.72 0.78 0.45
HSL 4.44º 0.64% 0.33% -
HSV(B) 4.44º 0.78% 0.55% -
XYZ 11.62 7.04 2.04 -
YUV 67.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 139 39 31 0 0.72 0.78 0.45 4.44 0.64 0.33
Hex 8B 27 1F 0 48 4E 2D 4 40 21
Octal 213 47 37 0 110 116 55 4 100 41
Binary 10001011 100111 11111 0 1001000 1001110 101101 100 1000000 100001

Color Harmonies of #8B271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B271F

Black with #8B271F

Text Example


Text Example

White with #8B271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,39,31); }

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

background-color css

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

 a { background-color: rgb(139,39,31); }

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

border-color css

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

 span { border-color: rgb(139,39,31); }

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