Html Css Color HEX #91291E Mandarian Orange

📋 copy color: '#91291E'

red 145 ◦ green 41 ◦ blue 30

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

Shades of Mandarian Orange #91291E

Tints of Mandarian Orange #91291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 30 (12.11% from 255) = 13.89%

R = 67.13%
G = 18.98%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#91291E (or 0x91291E) is known color: Mandarian Orange. HEX triplet: 91, 29 and 1E. RGB value is (145,41,30). Sum of RGB (Red+Green+Blue) = 145+41+30=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #91291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91291E is #6ED6E1. Grayscale: #464646. Windows color (decimal): -7263970 or 1976721. OLE color: 1976721.

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

Color convert

RGB 145 41 30 -
CMYK 0 0.72 0.79 0.43
HSL 5.74º 0.66% 0.34% -
HSV(B) 5.74º 0.79% 0.57% -
XYZ 12.7 7.7 2.04 -
YUV 70.84 104.96 180.89 -
System Red Green Blue C M Y K H S L
Decimal 145 41 30 0 0.72 0.79 0.43 5.74 0.66 0.34
Hex 91 29 1E 0 48 4F 2B 6 42 22
Octal 221 51 36 0 110 117 53 6 102 42
Binary 10010001 101001 11110 0 1001000 1001111 101011 110 1000010 100010

Color Harmonies of #91291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91291E

Black with #91291E

Text Example


Text Example

White with #91291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91291E; }

 p { color: rgb(145,41,30); }

 H1.HeaderClassName
 {
   color: #91291E;
 }
 .AnyTagClassName
 {
   color: #91291E;
 }
</style>

background-color css

<style>
 a { background-color: #91291E; }

 a { background-color: rgb(145,41,30); }

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

border-color css

<style>
 span { border-color: #91291E; }

 span { border-color: rgb(145,41,30); }

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