Html Css Color HEX #8B1D1A Mandarian Orange

📋 copy color: '#8B1D1A'

red 139 ◦ green 29 ◦ blue 26

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

Shades of Mandarian Orange #8B1D1A

Tints of Mandarian Orange #8B1D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 71.65%
G = 14.95%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B1D1A (or 0x8B1D1A) is known color: Mandarian Orange. HEX triplet: 8B, 1D and 1A. RGB value is (139,29,26). Sum of RGB (Red+Green+Blue) = 139+29+26=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D1A is #74E2E5. Grayscale: #3D3D3D. Windows color (decimal): -7660262 or 1711499. OLE color: 1711499.

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

Color convert

RGB 139 29 26 -
CMYK 0 0.79 0.81 0.45
HSL 1.59º 0.68% 0.32% -
HSV(B) 1.59º 0.81% 0.55% -
XYZ 11.27 6.44 1.63 -
YUV 61.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 139 29 26 0 0.79 0.81 0.45 1.59 0.68 0.32
Hex 8B 1D 1A 0 4F 51 2D 2 44 20
Octal 213 35 32 0 117 121 55 2 104 40
Binary 10001011 11101 11010 0 1001111 1010001 101101 10 1000100 100000

Color Harmonies of #8B1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D1A

Black with #8B1D1A

Text Example


Text Example

White with #8B1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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