Html Css Color HEX #8B241F Mandarian Orange

📋 copy color: '#8B241F'

red 139 ◦ green 36 ◦ blue 31

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

Shades of Mandarian Orange #8B241F

Tints of Mandarian Orange #8B241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

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

R = 67.48%
G = 17.48%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8B241F (or 0x8B241F) is known color: Mandarian Orange. HEX triplet: 8B, 24 and 1F. RGB value is (139,36,31). Sum of RGB (Red+Green+Blue) = 139+36+31=206 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.48% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 139 - color contains mainly: red. Hex color #8B241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B241F is #74DBE0. Grayscale: #424242. Windows color (decimal): -7658465 or 2040971. OLE color: 2040971.

HSL color Cylindrical-coordinate representation of color #8B241F: hue angle of 2.78º 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 #8B241F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 36 31 -
CMYK 0 0.74 0.78 0.45
HSL 2.78º 0.64% 0.33% -
HSV(B) 2.78º 0.78% 0.55% -
XYZ 11.53 6.85 2.01 -
YUV 66.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 139 36 31 0 0.74 0.78 0.45 2.78 0.64 0.33
Hex 8B 24 1F 0 4A 4E 2D 3 40 21
Octal 213 44 37 0 112 116 55 3 100 41
Binary 10001011 100100 11111 0 1001010 1001110 101101 11 1000000 100001

Color Harmonies of #8B241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B241F

Black with #8B241F

Text Example


Text Example

White with #8B241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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