Html Css Color HEX #91200F Mandarian Orange

📋 copy color: '#91200F'

red 145 ◦ green 32 ◦ blue 15

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

Shades of Mandarian Orange #91200F

Tints of Mandarian Orange #91200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 75.52%
G = 16.67%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#91200F (or 0x91200F) is known color: Mandarian Orange. HEX triplet: 91, 20 and 0F. RGB value is (145,32,15). Sum of RGB (Red+Green+Blue) = 145+32+15=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #91200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91200F is #6EDFF0. Grayscale: #404040. Windows color (decimal): -7266289 or 991377. OLE color: 991377.

HSL color Cylindrical-coordinate representation of color #91200F: hue angle of 7.85º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91200F is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 15 -
CMYK 0 0.78 0.90 0.43
HSL 7.85º 0.81% 0.31% -
HSV(B) 7.85º 0.9% 0.57% -
XYZ 12.28 7.09 1.17 -
YUV 63.85 100.44 185.88 -
System Red Green Blue C M Y K H S L
Decimal 145 32 15 0 0.78 0.90 0.43 7.85 0.81 0.31
Hex 91 20 F 0 4E 5A 2B 8 51 1F
Octal 221 40 17 0 116 132 53 10 121 37
Binary 10010001 100000 1111 0 1001110 1011010 101011 1000 1010001 11111

Color Harmonies of #91200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91200F

Black with #91200F

Text Example


Text Example

White with #91200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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