Html Css Color HEX #911C19 Mandarian Orange

📋 copy color: '#911C19'

red 145 ◦ green 28 ◦ blue 25

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

Shades of Mandarian Orange #911C19

Tints of Mandarian Orange #911C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

 BLUE value IS 25 (10.16% from 255) = 12.63%

R = 73.23%
G = 14.14%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#911C19 (or 0x911C19) is known color: Mandarian Orange. HEX triplet: 91, 1C and 19. RGB value is (145,28,25). Sum of RGB (Red+Green+Blue) = 145+28+25=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #911C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C19 is #6EE3E6. Grayscale: #3E3E3E. Windows color (decimal): -7267303 or 1645713. OLE color: 1645713.

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

Color convert

RGB 145 28 25 -
CMYK 0 0.81 0.83 0.43
HSL 1.5º 0.71% 0.33% -
HSV(B) 1.5º 0.83% 0.57% -
XYZ 12.27 6.92 1.61 -
YUV 62.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 145 28 25 0 0.81 0.83 0.43 1.5 0.71 0.33
Hex 91 1C 19 0 51 53 2B 2 47 21
Octal 221 34 31 0 121 123 53 2 107 41
Binary 10010001 11100 11001 0 1010001 1010011 101011 10 1000111 100001

Color Harmonies of #911C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C19

Black with #911C19

Text Example


Text Example

White with #911C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,28,25); }

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

background-color css

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

 a { background-color: rgb(145,28,25); }

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

border-color css

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

 span { border-color: rgb(145,28,25); }

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