Html Css Color HEX #91271B Mandarian Orange

📋 copy color: '#91271B'

red 145 ◦ green 39 ◦ blue 27

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

Shades of Mandarian Orange #91271B

Tints of Mandarian Orange #91271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

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

R = 68.72%
G = 18.48%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#91271B (or 0x91271B) is known color: Mandarian Orange. HEX triplet: 91, 27 and 1B. RGB value is (145,39,27). Sum of RGB (Red+Green+Blue) = 145+39+27=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #91271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91271B is #6ED8E4. Grayscale: #454545. Windows color (decimal): -7264485 or 1779601. OLE color: 1779601.

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

Color convert

RGB 145 39 27 -
CMYK 0 0.73 0.81 0.43
HSL 6.1º 0.69% 0.34% -
HSV(B) 6.1º 0.81% 0.57% -
XYZ 12.6 7.55 1.83 -
YUV 69.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 145 39 27 0 0.73 0.81 0.43 6.1 0.69 0.34
Hex 91 27 1B 0 49 51 2B 6 45 22
Octal 221 47 33 0 111 121 53 6 105 42
Binary 10010001 100111 11011 0 1001001 1010001 101011 110 1000101 100010

Color Harmonies of #91271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91271B

Black with #91271B

Text Example


Text Example

White with #91271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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