Html Css Color HEX #91291C Mandarian Orange

📋 copy color: '#91291C'

red 145 ◦ green 41 ◦ blue 28

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

Shades of Mandarian Orange #91291C

Tints of Mandarian Orange #91291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 67.76%
G = 19.16%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91291C (or 0x91291C) is known color: Mandarian Orange. HEX triplet: 91, 29 and 1C. RGB value is (145,41,28). Sum of RGB (Red+Green+Blue) = 145+41+28=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #91291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91291C is #6ED6E3. Grayscale: #464646. Windows color (decimal): -7263972 or 1845649. OLE color: 1845649.

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

Color convert

RGB 145 41 28 -
CMYK 0 0.72 0.81 0.43
HSL 6.67º 0.68% 0.34% -
HSV(B) 6.67º 0.81% 0.57% -
XYZ 12.68 7.69 1.91 -
YUV 70.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 145 41 28 0 0.72 0.81 0.43 6.67 0.68 0.34
Hex 91 29 1C 0 48 51 2B 7 44 22
Octal 221 51 34 0 110 121 53 7 104 42
Binary 10010001 101001 11100 0 1001000 1010001 101011 111 1000100 100010

Color Harmonies of #91291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91291C

Black with #91291C

Text Example


Text Example

White with #91291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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