Html Css Color HEX #8D241A Mandarian Orange

📋 copy color: '#8D241A'

red 141 ◦ green 36 ◦ blue 26

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

Shades of Mandarian Orange #8D241A

Tints of Mandarian Orange #8D241A

RGB

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

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

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

R = 69.46%
G = 17.73%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D241A (or 0x8D241A) is known color: Mandarian Orange. HEX triplet: 8D, 24 and 1A. RGB value is (141,36,26). Sum of RGB (Red+Green+Blue) = 141+36+26=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D241A is #72DBE5. Grayscale: #424242. Windows color (decimal): -7527398 or 1713293. OLE color: 1713293.

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

Color convert

RGB 141 36 26 -
CMYK 0 0.74 0.82 0.45
HSL 5.22º 0.69% 0.33% -
HSV(B) 5.22º 0.82% 0.55% -
XYZ 11.8 7 1.71 -
YUV 66.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 141 36 26 0 0.74 0.82 0.45 5.22 0.69 0.33
Hex 8D 24 1A 0 4A 52 2D 5 45 21
Octal 215 44 32 0 112 122 55 5 105 41
Binary 10001101 100100 11010 0 1001010 1010010 101101 101 1000101 100001

Color Harmonies of #8D241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D241A

Black with #8D241A

Text Example


Text Example

White with #8D241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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