Html Css Color HEX #912014 Mandarian Orange

📋 copy color: '#912014'

red 145 ◦ green 32 ◦ blue 20

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

Shades of Mandarian Orange #912014

Tints of Mandarian Orange #912014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.15%

R = 73.6%
G = 16.24%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#912014 (or 0x912014) is known color: Mandarian Orange. HEX triplet: 91, 20 and 14. RGB value is (145,32,20). Sum of RGB (Red+Green+Blue) = 145+32+20=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #912014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912014 is #6EDFEB. Grayscale: #404040. Windows color (decimal): -7266284 or 1319057. OLE color: 1319057.

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

Color convert

RGB 145 32 20 -
CMYK 0 0.78 0.86 0.43
HSL 5.76º 0.76% 0.32% -
HSV(B) 5.76º 0.86% 0.57% -
XYZ 12.32 7.1 1.38 -
YUV 64.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 145 32 20 0 0.78 0.86 0.43 5.76 0.76 0.32
Hex 91 20 14 0 4E 56 2B 6 4C 20
Octal 221 40 24 0 116 126 53 6 114 40
Binary 10010001 100000 10100 0 1001110 1010110 101011 110 1001100 100000

Color Harmonies of #912014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912014

Black with #912014

Text Example


Text Example

White with #912014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912014; }

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

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

background-color css

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

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

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

border-color css

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

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

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