Html Css Color HEX #8D1A1A Mandarian Orange

📋 copy color: '#8D1A1A'

red 141 ◦ green 26 ◦ blue 26

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

Shades of Mandarian Orange #8D1A1A

Tints of Mandarian Orange #8D1A1A

RGB

 RED value IS 141 (55.47% from 255) = 73.06%

 GREEN value IS 26 (10.55% from 255) = 13.47%

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

R = 73.06%
G = 13.47%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D1A1A (or 0x8D1A1A) is known color: Mandarian Orange. HEX triplet: 8D, 1A and 1A. RGB value is (141,26,26). Sum of RGB (Red+Green+Blue) = 141+26+26=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A1A is #72E5E5. Grayscale: #3C3C3C. Windows color (decimal): -7529958 or 1710733. OLE color: 1710733.

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

Color convert

RGB 141 26 26 -
CMYK 0 0.82 0.82 0.45
HSL 0.69% 0.33% -
HSV(B) 0.82% 0.55% -
XYZ 11.54 6.48 1.62 -
YUV 60.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 141 26 26 0 0.82 0.82 0.45 0 0.69 0.33
Hex 8D 1A 1A 0 52 52 2D 0 45 21
Octal 215 32 32 0 122 122 55 0 105 41
Binary 10001101 11010 11010 0 1010010 1010010 101101 0 1000101 100001

Color Harmonies of #8D1A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1A1A

Black with #8D1A1A

Text Example


Text Example

White with #8D1A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,26,26); }

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

background-color css

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

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

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

border-color css

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

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

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