Html Css Color HEX #912010 Mandarian Orange

📋 copy color: '#912010'

red 145 ◦ green 32 ◦ blue 16

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

Shades of Mandarian Orange #912010

Tints of Mandarian Orange #912010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 75.13%
G = 16.58%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#912010 (or 0x912010) is known color: Mandarian Orange. HEX triplet: 91, 20 and 10. RGB value is (145,32,16). Sum of RGB (Red+Green+Blue) = 145+32+16=193 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.13% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 145 - color contains mainly: red. Hex color #912010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912010 is #6EDFEF. Grayscale: #404040. Windows color (decimal): -7266288 or 1056913. OLE color: 1056913.

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

Color convert

RGB 145 32 16 -
CMYK 0 0.78 0.89 0.43
HSL 7.44º 0.8% 0.32% -
HSV(B) 7.44º 0.89% 0.57% -
XYZ 12.29 7.09 1.21 -
YUV 63.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 145 32 16 0 0.78 0.89 0.43 7.44 0.8 0.32
Hex 91 20 10 0 4E 59 2B 7 50 20
Octal 221 40 20 0 116 131 53 7 120 40
Binary 10010001 100000 10000 0 1001110 1011001 101011 111 1010000 100000

Color Harmonies of #912010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912010

Black with #912010

Text Example


Text Example

White with #912010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912010; }

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

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

background-color css

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

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

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

border-color css

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

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

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