Html Css Color HEX #8D2313 Mandarian Orange

📋 copy color: '#8D2313'

red 141 ◦ green 35 ◦ blue 19

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

Shades of Mandarian Orange #8D2313

Tints of Mandarian Orange #8D2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 72.31%
G = 17.95%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#8D2313 (or 0x8D2313) is known color: Mandarian Orange. HEX triplet: 8D, 23 and 13. RGB value is (141,35,19). Sum of RGB (Red+Green+Blue) = 141+35+19=195 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.31% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2313 is #72DCEC. Grayscale: #414141. Windows color (decimal): -7527661 or 1254285. OLE color: 1254285.

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

Color convert

RGB 141 35 19 -
CMYK 0 0.75 0.87 0.45
HSL 7.87º 0.76% 0.31% -
HSV(B) 7.87º 0.87% 0.55% -
XYZ 11.7 6.91 1.33 -
YUV 64.87 102.12 182.3 -
System Red Green Blue C M Y K H S L
Decimal 141 35 19 0 0.75 0.87 0.45 7.87 0.76 0.31
Hex 8D 23 13 0 4B 57 2D 8 4C 1F
Octal 215 43 23 0 113 127 55 10 114 37
Binary 10001101 100011 10011 0 1001011 1010111 101101 1000 1001100 11111

Color Harmonies of #8D2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2313

Black with #8D2313

Text Example


Text Example

White with #8D2313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,35,19); }

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

background-color css

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

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

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

border-color css

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

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

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