Html Css Color HEX #911D15 Mandarian Orange

📋 copy color: '#911D15'

red 145 ◦ green 29 ◦ blue 21

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

Shades of Mandarian Orange #911D15

Tints of Mandarian Orange #911D15

RGB

 RED value IS 145 (57.03% from 255) = 74.36%

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

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

R = 74.36%
G = 14.87%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#911D15 (or 0x911D15) is known color: Mandarian Orange. HEX triplet: 91, 1D and 15. RGB value is (145,29,21). Sum of RGB (Red+Green+Blue) = 145+29+21=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #911D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911D15 is #6EE2EA. Grayscale: #3E3E3E. Windows color (decimal): -7267051 or 1383825. OLE color: 1383825.

HSL color Cylindrical-coordinate representation of color #911D15: hue angle of 3.87º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911D15 is Cyan = 0, Magento = 0.8, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 29 21 -
CMYK 0 0.8 0.86 0.43
HSL 3.87º 0.75% 0.33% -
HSV(B) 3.87º 0.86% 0.57% -
XYZ 12.25 6.95 1.41 -
YUV 62.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 145 29 21 0 0.8 0.86 0.43 3.87 0.75 0.33
Hex 91 1D 15 0 50 56 2B 4 4B 21
Octal 221 35 25 0 120 126 53 4 113 41
Binary 10010001 11101 10101 0 1010000 1010110 101011 100 1001011 100001

Color Harmonies of #911D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D15

Black with #911D15

Text Example


Text Example

White with #911D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911D15; }

 p { color: rgb(145,29,21); }

 H1.HeaderClassName
 {
   color: #911D15;
 }
 .AnyTagClassName
 {
   color: #911D15;
 }
</style>

background-color css

<style>
 a { background-color: #911D15; }

 a { background-color: rgb(145,29,21); }

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

border-color css

<style>
 span { border-color: #911D15; }

 span { border-color: rgb(145,29,21); }

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