Html Css Color HEX #8B261D Mandarian Orange

📋 copy color: '#8B261D'

red 139 ◦ green 38 ◦ blue 29

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

Shades of Mandarian Orange #8B261D

Tints of Mandarian Orange #8B261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 67.48%
G = 18.45%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8B261D (or 0x8B261D) is known color: Mandarian Orange. HEX triplet: 8B, 26 and 1D. RGB value is (139,38,29). Sum of RGB (Red+Green+Blue) = 139+38+29=206 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.48% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 139 - color contains mainly: red. Hex color #8B261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B261D is #74D9E2. Grayscale: #434343. Windows color (decimal): -7657955 or 1910411. OLE color: 1910411.

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

Color convert

RGB 139 38 29 -
CMYK 0 0.73 0.79 0.45
HSL 4.91º 0.65% 0.33% -
HSV(B) 4.91º 0.79% 0.55% -
XYZ 11.56 6.96 1.9 -
YUV 67.17 106.46 179.23 -
System Red Green Blue C M Y K H S L
Decimal 139 38 29 0 0.73 0.79 0.45 4.91 0.65 0.33
Hex 8B 26 1D 0 49 4F 2D 5 41 21
Octal 213 46 35 0 111 117 55 5 101 41
Binary 10001011 100110 11101 0 1001001 1001111 101101 101 1000001 100001

Color Harmonies of #8B261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B261D

Black with #8B261D

Text Example


Text Example

White with #8B261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,38,29); }

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

background-color css

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

 a { background-color: rgb(139,38,29); }

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

border-color css

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

 span { border-color: rgb(139,38,29); }

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