Html Css Color HEX #912213 Mandarian Orange

📋 copy color: '#912213'

red 145 ◦ green 34 ◦ blue 19

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

Shades of Mandarian Orange #912213

Tints of Mandarian Orange #912213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.17%

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

R = 73.23%
G = 17.17%
B = 9.6%

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

#912213 (or 0x912213) is known color: Mandarian Orange. HEX triplet: 91, 22 and 13. RGB value is (145,34,19). Sum of RGB (Red+Green+Blue) = 145+34+19=198 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.23% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 145 - color contains mainly: red. Hex color #912213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912213 is #6EDDEC. Grayscale: #414141. Windows color (decimal): -7265773 or 1254033. OLE color: 1254033.

HSL color Cylindrical-coordinate representation of color #912213: hue angle of 7.14º 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 #912213 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 34 19 -
CMYK 0 0.77 0.87 0.43
HSL 7.14º 0.77% 0.32% -
HSV(B) 7.14º 0.87% 0.57% -
XYZ 12.37 7.21 1.36 -
YUV 65.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 145 34 19 0 0.77 0.87 0.43 7.14 0.77 0.32
Hex 91 22 13 0 4D 57 2B 7 4D 20
Octal 221 42 23 0 115 127 53 7 115 40
Binary 10010001 100010 10011 0 1001101 1010111 101011 111 1001101 100000

Color Harmonies of #912213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912213

Black with #912213

Text Example


Text Example

White with #912213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912213; }

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

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

background-color css

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

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

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

border-color css

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

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

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