Html Css Color HEX #911F1C Mandarian Orange

📋 copy color: '#911F1C'

red 145 ◦ green 31 ◦ blue 28

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

Shades of Mandarian Orange #911F1C

Tints of Mandarian Orange #911F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.73%

R = 71.08%
G = 15.2%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#911F1C (or 0x911F1C) is known color: Mandarian Orange. HEX triplet: 91, 1F and 1C. RGB value is (145,31,28). Sum of RGB (Red+Green+Blue) = 145+31+28=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #911F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911F1C is #6EE0E3. Grayscale: #404040. Windows color (decimal): -7266532 or 1843089. OLE color: 1843089.

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

Color convert

RGB 145 31 28 -
CMYK 0 0.79 0.81 0.43
HSL 1.54º 0.68% 0.34% -
HSV(B) 1.54º 0.81% 0.57% -
XYZ 12.38 7.08 1.81 -
YUV 64.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 145 31 28 0 0.79 0.81 0.43 1.54 0.68 0.34
Hex 91 1F 1C 0 4F 51 2B 2 44 22
Octal 221 37 34 0 117 121 53 2 104 42
Binary 10010001 11111 11100 0 1001111 1010001 101011 10 1000100 100010

Color Harmonies of #911F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911F1C

Black with #911F1C

Text Example


Text Example

White with #911F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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