Html Css Color HEX #912018 Mandarian Orange

📋 copy color: '#912018'

red 145 ◦ green 32 ◦ blue 24

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

Shades of Mandarian Orange #912018

Tints of Mandarian Orange #912018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 72.14%
G = 15.92%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#912018 (or 0x912018) is known color: Mandarian Orange. HEX triplet: 91, 20 and 18. RGB value is (145,32,24). Sum of RGB (Red+Green+Blue) = 145+32+24=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #912018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912018 is #6EDFE7. Grayscale: #414141. Windows color (decimal): -7266280 or 1581201. OLE color: 1581201.

HSL color Cylindrical-coordinate representation of color #912018: hue angle of 3.97º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #912018 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 24 -
CMYK 0 0.78 0.83 0.43
HSL 3.97º 0.72% 0.33% -
HSV(B) 3.97º 0.83% 0.57% -
XYZ 12.36 7.12 1.59 -
YUV 64.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 145 32 24 0 0.78 0.83 0.43 3.97 0.72 0.33
Hex 91 20 18 0 4E 53 2B 4 48 21
Octal 221 40 30 0 116 123 53 4 110 41
Binary 10010001 100000 11000 0 1001110 1010011 101011 100 1001000 100001

Color Harmonies of #912018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912018

Black with #912018

Text Example


Text Example

White with #912018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912018; }

 p { color: rgb(145,32,24); }

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

background-color css

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

 a { background-color: rgb(145,32,24); }

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

border-color css

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

 span { border-color: rgb(145,32,24); }

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