Html Css Color HEX #91291B Mandarian Orange

📋 copy color: '#91291B'

red 145 ◦ green 41 ◦ blue 27

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

Shades of Mandarian Orange #91291B

Tints of Mandarian Orange #91291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.68%

R = 68.08%
G = 19.25%
B = 12.68%

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

#91291B (or 0x91291B) is known color: Mandarian Orange. HEX triplet: 91, 29 and 1B. RGB value is (145,41,27). Sum of RGB (Red+Green+Blue) = 145+41+27=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #91291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91291B is #6ED6E4. Grayscale: #464646. Windows color (decimal): -7263973 or 1780113. OLE color: 1780113.

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

Color convert

RGB 145 41 27 -
CMYK 0 0.72 0.81 0.43
HSL 7.12º 0.69% 0.34% -
HSV(B) 7.12º 0.81% 0.57% -
XYZ 12.67 7.68 1.85 -
YUV 70.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 145 41 27 0 0.72 0.81 0.43 7.12 0.69 0.34
Hex 91 29 1B 0 48 51 2B 7 45 22
Octal 221 51 33 0 110 121 53 7 105 42
Binary 10010001 101001 11011 0 1001000 1010001 101011 111 1000101 100010

Color Harmonies of #91291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91291B

Black with #91291B

Text Example


Text Example

White with #91291B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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