Html Css Color HEX #91201F Mandarian Orange

📋 copy color: '#91201F'

red 145 ◦ green 32 ◦ blue 31

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

Shades of Mandarian Orange #91201F

Tints of Mandarian Orange #91201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.9%

R = 69.71%
G = 15.38%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91201F (or 0x91201F) is known color: Mandarian Orange. HEX triplet: 91, 20 and 1F. RGB value is (145,32,31). Sum of RGB (Red+Green+Blue) = 145+32+31=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #91201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91201F is #6EDFE0. Grayscale: #414141. Windows color (decimal): -7266273 or 2039953. OLE color: 2039953.

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

Color convert

RGB 145 32 31 -
CMYK 0 0.78 0.79 0.43
HSL 0.53º 0.65% 0.35% -
HSV(B) 0.53º 0.79% 0.57% -
XYZ 12.44 7.15 2.02 -
YUV 65.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 145 32 31 0 0.78 0.79 0.43 0.53 0.65 0.35
Hex 91 20 1F 0 4E 4F 2B 1 41 23
Octal 221 40 37 0 116 117 53 1 101 43
Binary 10010001 100000 11111 0 1001110 1001111 101011 1 1000001 100011

Color Harmonies of #91201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91201F

Black with #91201F

Text Example


Text Example

White with #91201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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