Html Css Color HEX #91271C Mandarian Orange

📋 copy color: '#91271C'

red 145 ◦ green 39 ◦ blue 28

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

Shades of Mandarian Orange #91271C

Tints of Mandarian Orange #91271C

RGB

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

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

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

R = 68.4%
G = 18.4%
B = 13.21%

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

#91271C (or 0x91271C) is known color: Mandarian Orange. HEX triplet: 91, 27 and 1C. RGB value is (145,39,28). Sum of RGB (Red+Green+Blue) = 145+39+28=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #91271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91271C is #6ED8E3. Grayscale: #454545. Windows color (decimal): -7264484 or 1845137. OLE color: 1845137.

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

Color convert

RGB 145 39 28 -
CMYK 0 0.73 0.81 0.43
HSL 5.64º 0.68% 0.34% -
HSV(B) 5.64º 0.81% 0.57% -
XYZ 12.61 7.55 1.89 -
YUV 69.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 145 39 28 0 0.73 0.81 0.43 5.64 0.68 0.34
Hex 91 27 1C 0 49 51 2B 6 44 22
Octal 221 47 34 0 111 121 53 6 104 42
Binary 10010001 100111 11100 0 1001001 1010001 101011 110 1000100 100010

Color Harmonies of #91271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91271C

Black with #91271C

Text Example


Text Example

White with #91271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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