Html Css Color HEX #922111 Mandarian Orange

📋 copy color: '#922111'

red 146 ◦ green 33 ◦ blue 17

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

Shades of Mandarian Orange #922111

Tints of Mandarian Orange #922111

RGB

 RED value IS 146 (57.42% from 255) = 74.49%

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

 BLUE value IS 17 (7.03% from 255) = 8.67%

R = 74.49%
G = 16.84%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#922111 (or 0x922111) is known color: Mandarian Orange. HEX triplet: 92, 21 and 11. RGB value is (146,33,17). Sum of RGB (Red+Green+Blue) = 146+33+17=196 (25% of max value = 765). Red value is 146 (57.42% from 255 or 74.49% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 146 - color contains mainly: red. Hex color #922111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922111 is #6DDEEE. Grayscale: #414141. Windows color (decimal): -7200495 or 1122706. OLE color: 1122706.

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

Color convert

RGB 146 33 17 -
CMYK 0 0.77 0.88 0.43
HSL 7.44º 0.79% 0.32% -
HSV(B) 7.44º 0.88% 0.57% -
XYZ 12.5 7.24 1.27 -
YUV 64.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 146 33 17 0 0.77 0.88 0.43 7.44 0.79 0.32
Hex 92 21 11 0 4D 58 2B 7 4F 20
Octal 222 41 21 0 115 130 53 7 117 40
Binary 10010010 100001 10001 0 1001101 1011000 101011 111 1001111 100000

Color Harmonies of #922111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922111

Black with #922111

Text Example


Text Example

White with #922111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922111; }

 p { color: rgb(146,33,17); }

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

background-color css

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

 a { background-color: rgb(146,33,17); }

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

border-color css

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

 span { border-color: rgb(146,33,17); }

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