Html Css Color HEX #8D2715 Mandarian Orange

📋 copy color: '#8D2715'

red 141 ◦ green 39 ◦ blue 21

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

Shades of Mandarian Orange #8D2715

Tints of Mandarian Orange #8D2715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 21 (8.59% from 255) = 10.45%

R = 70.15%
G = 19.4%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#8D2715 (or 0x8D2715) is known color: Mandarian Orange. HEX triplet: 8D, 27 and 15. RGB value is (141,39,21). Sum of RGB (Red+Green+Blue) = 141+39+21=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2715 is #72D8EA. Grayscale: #434343. Windows color (decimal): -7526635 or 1386381. OLE color: 1386381.

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

Color convert

RGB 141 39 21 -
CMYK 0 0.72 0.85 0.45
HSL 0.74% 0.32% -
HSV(B) 0.85% 0.55% -
XYZ 11.85 7.17 1.47 -
YUV 67.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 141 39 21 0 0.72 0.85 0.45 9 0.74 0.32
Hex 8D 27 15 0 48 55 2D 9 4A 20
Octal 215 47 25 0 110 125 55 11 112 40
Binary 10001101 100111 10101 0 1001000 1010101 101101 1001 1001010 100000

Color Harmonies of #8D2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2715

Black with #8D2715

Text Example


Text Example

White with #8D2715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,39,21); }

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

background-color css

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

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

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

border-color css

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

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

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