Html Css Color HEX #91201D Mandarian Orange

📋 copy color: '#91201D'

red 145 ◦ green 32 ◦ blue 29

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

Shades of Mandarian Orange #91201D

Tints of Mandarian Orange #91201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 29 (11.72% from 255) = 14.08%

R = 70.39%
G = 15.53%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#91201D (or 0x91201D) is known color: Mandarian Orange. HEX triplet: 91, 20 and 1D. RGB value is (145,32,29). Sum of RGB (Red+Green+Blue) = 145+32+29=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #91201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91201D is #6EDFE2. Grayscale: #414141. Windows color (decimal): -7266275 or 1908881. OLE color: 1908881.

HSL color Cylindrical-coordinate representation of color #91201D: hue angle of 1.55º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91201D is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 29 -
CMYK 0 0.78 0.8 0.43
HSL 1.55º 0.67% 0.34% -
HSV(B) 1.55º 0.8% 0.57% -
XYZ 12.42 7.14 1.89 -
YUV 65.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 145 32 29 0 0.78 0.8 0.43 1.55 0.67 0.34
Hex 91 20 1D 0 4E 50 2B 2 43 22
Octal 221 40 35 0 116 120 53 2 103 42
Binary 10010001 100000 11101 0 1001110 1010000 101011 10 1000011 100010

Color Harmonies of #91201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91201D

Black with #91201D

Text Example


Text Example

White with #91201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91201D; }

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

 H1.HeaderClassName
 {
   color: #91201D;
 }
 .AnyTagClassName
 {
   color: #91201D;
 }
</style>

background-color css

<style>
 a { background-color: #91201D; }

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

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

border-color css

<style>
 span { border-color: #91201D; }

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

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