Html Css Color HEX #91211C Mandarian Orange

📋 copy color: '#91211C'

red 145 ◦ green 33 ◦ blue 28

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

Shades of Mandarian Orange #91211C

Tints of Mandarian Orange #91211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

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

R = 70.39%
G = 16.02%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91211C (or 0x91211C) is known color: Mandarian Orange. HEX triplet: 91, 21 and 1C. RGB value is (145,33,28). Sum of RGB (Red+Green+Blue) = 145+33+28=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #91211C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91211C is #6EDEE3. Grayscale: #424242. Windows color (decimal): -7266020 or 1843601. OLE color: 1843601.

HSL color Cylindrical-coordinate representation of color #91211C: hue angle of 2.56º 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 #91211C is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 33 28 -
CMYK 0 0.77 0.81 0.43
HSL 2.56º 0.68% 0.34% -
HSV(B) 2.56º 0.81% 0.57% -
XYZ 12.43 7.19 1.83 -
YUV 65.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 145 33 28 0 0.77 0.81 0.43 2.56 0.68 0.34
Hex 91 21 1C 0 4D 51 2B 3 44 22
Octal 221 41 34 0 115 121 53 3 104 42
Binary 10010001 100001 11100 0 1001101 1010001 101011 11 1000100 100010

Color Harmonies of #91211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91211C

Black with #91211C

Text Example


Text Example

White with #91211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91211C; }

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

 H1.HeaderClassName
 {
   color: #91211C;
 }
 .AnyTagClassName
 {
   color: #91211C;
 }
</style>

background-color css

<style>
 a { background-color: #91211C; }

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

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

border-color css

<style>
 span { border-color: #91211C; }

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

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