Html Css Color HEX #911F10 Mandarian Orange

📋 copy color: '#911F10'

red 145 ◦ green 31 ◦ blue 16

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

Shades of Mandarian Orange #911F10

Tints of Mandarian Orange #911F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.15%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 75.52%
G = 16.15%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#911F10 (or 0x911F10) is known color: Mandarian Orange. HEX triplet: 91, 1F and 10. RGB value is (145,31,16). Sum of RGB (Red+Green+Blue) = 145+31+16=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #911F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911F10 is #6EE0EF. Grayscale: #3F3F3F. Windows color (decimal): -7266544 or 1056657. OLE color: 1056657.

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

Color convert

RGB 145 31 16 -
CMYK 0 0.79 0.89 0.43
HSL 6.98º 0.8% 0.32% -
HSV(B) 6.98º 0.89% 0.57% -
XYZ 12.26 7.04 1.2 -
YUV 63.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 145 31 16 0 0.79 0.89 0.43 6.98 0.8 0.32
Hex 91 1F 10 0 4F 59 2B 7 50 20
Octal 221 37 20 0 117 131 53 7 120 40
Binary 10010001 11111 10000 0 1001111 1011001 101011 111 1010000 100000

Color Harmonies of #911F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911F10

Black with #911F10

Text Example


Text Example

White with #911F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,31,16); }

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

background-color css

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

 a { background-color: rgb(145,31,16); }

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

border-color css

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

 span { border-color: rgb(145,31,16); }

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