Html Css Color HEX #91291D Mandarian Orange

📋 copy color: '#91291D'

red 145 ◦ green 41 ◦ blue 29

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

Shades of Mandarian Orange #91291D

Tints of Mandarian Orange #91291D

RGB

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

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

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

R = 67.44%
G = 19.07%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#91291D (or 0x91291D) is known color: Mandarian Orange. HEX triplet: 91, 29 and 1D. RGB value is (145,41,29). Sum of RGB (Red+Green+Blue) = 145+41+29=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #91291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91291D is #6ED6E2. Grayscale: #464646. Windows color (decimal): -7263971 or 1911185. OLE color: 1911185.

HSL color Cylindrical-coordinate representation of color #91291D: hue angle of 6.21º 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 #91291D is Cyan = 0, Magento = 0.72, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 41 29 -
CMYK 0 0.72 0.8 0.43
HSL 6.21º 0.67% 0.34% -
HSV(B) 6.21º 0.8% 0.57% -
XYZ 12.69 7.69 1.98 -
YUV 70.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 145 41 29 0 0.72 0.8 0.43 6.21 0.67 0.34
Hex 91 29 1D 0 48 50 2B 6 43 22
Octal 221 51 35 0 110 120 53 6 103 42
Binary 10010001 101001 11101 0 1001000 1010000 101011 110 1000011 100010

Color Harmonies of #91291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91291D

Black with #91291D

Text Example


Text Example

White with #91291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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