Html Css Color HEX #912113 Mandarian Orange

📋 copy color: '#912113'

red 145 ◦ green 33 ◦ blue 19

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

Shades of Mandarian Orange #912113

Tints of Mandarian Orange #912113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 73.6%
G = 16.75%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#912113 (or 0x912113) is known color: Mandarian Orange. HEX triplet: 91, 21 and 13. RGB value is (145,33,19). Sum of RGB (Red+Green+Blue) = 145+33+19=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #912113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912113 is #6EDEEC. Grayscale: #414141. Windows color (decimal): -7266029 or 1253777. OLE color: 1253777.

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

Color convert

RGB 145 33 19 -
CMYK 0 0.77 0.87 0.43
HSL 6.67º 0.77% 0.32% -
HSV(B) 6.67º 0.87% 0.57% -
XYZ 12.34 7.15 1.35 -
YUV 64.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 145 33 19 0 0.77 0.87 0.43 6.67 0.77 0.32
Hex 91 21 13 0 4D 57 2B 7 4D 20
Octal 221 41 23 0 115 127 53 7 115 40
Binary 10010001 100001 10011 0 1001101 1010111 101011 111 1001101 100000

Color Harmonies of #912113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912113

Black with #912113

Text Example


Text Example

White with #912113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912113; }

 p { color: rgb(145,33,19); }

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

background-color css

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

 a { background-color: rgb(145,33,19); }

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

border-color css

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

 span { border-color: rgb(145,33,19); }

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