Html Css Color HEX #912322 Mandarian Orange

📋 copy color: '#912322'

red 145 ◦ green 35 ◦ blue 34

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

Shades of Mandarian Orange #912322

Tints of Mandarian Orange #912322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 34 (13.67% from 255) = 15.89%

R = 67.76%
G = 16.36%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#912322 (or 0x912322) is known color: Mandarian Orange. HEX triplet: 91, 23 and 22. RGB value is (145,35,34). Sum of RGB (Red+Green+Blue) = 145+35+34=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #912322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912322 is #6EDCDD. Grayscale: #434343. Windows color (decimal): -7265502 or 2237329. OLE color: 2237329.

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

Color convert

RGB 145 35 34 -
CMYK 0 0.76 0.77 0.43
HSL 0.54º 0.62% 0.35% -
HSV(B) 0.54º 0.77% 0.57% -
XYZ 12.57 7.34 2.27 -
YUV 67.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 145 35 34 0 0.76 0.77 0.43 0.54 0.62 0.35
Hex 91 23 22 0 4C 4D 2B 1 3E 23
Octal 221 43 42 0 114 115 53 1 76 43
Binary 10010001 100011 100010 0 1001100 1001101 101011 1 111110 100011

Color Harmonies of #912322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912322

Black with #912322

Text Example


Text Example

White with #912322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912322; }

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

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

background-color css

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

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

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

border-color css

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

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

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