Html Css Color HEX #912215 Mandarian Orange

📋 copy color: '#912215'

red 145 ◦ green 34 ◦ blue 21

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

Shades of Mandarian Orange #912215

Tints of Mandarian Orange #912215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 72.5%
G = 17%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#912215 (or 0x912215) is known color: Mandarian Orange. HEX triplet: 91, 22 and 15. RGB value is (145,34,21). Sum of RGB (Red+Green+Blue) = 145+34+21=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #912215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912215 is #6EDDEA. Grayscale: #414141. Windows color (decimal): -7265771 or 1385105. OLE color: 1385105.

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

Color convert

RGB 145 34 21 -
CMYK 0 0.77 0.86 0.43
HSL 6.29º 0.75% 0.33% -
HSV(B) 6.29º 0.86% 0.57% -
XYZ 12.38 7.22 1.45 -
YUV 65.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 145 34 21 0 0.77 0.86 0.43 6.29 0.75 0.33
Hex 91 22 15 0 4D 56 2B 6 4B 21
Octal 221 42 25 0 115 126 53 6 113 41
Binary 10010001 100010 10101 0 1001101 1010110 101011 110 1001011 100001

Color Harmonies of #912215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912215

Black with #912215

Text Example


Text Example

White with #912215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912215; }

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

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

background-color css

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

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

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

border-color css

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

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

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