Html Css Color HEX #922214 Mandarian Orange

📋 copy color: '#922214'

red 146 ◦ green 34 ◦ blue 20

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

Shades of Mandarian Orange #922214

Tints of Mandarian Orange #922214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10%

R = 73%
G = 17%
B = 10%

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

#922214 (or 0x922214) is known color: Mandarian Orange. HEX triplet: 92, 22 and 14. RGB value is (146,34,20). Sum of RGB (Red+Green+Blue) = 146+34+20=200 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 146 - color contains mainly: red. Hex color #922214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922214 is #6DDDEB. Grayscale: #424242. Windows color (decimal): -7200236 or 1319570. OLE color: 1319570.

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

Color convert

RGB 146 34 20 -
CMYK 0 0.77 0.86 0.43
HSL 6.67º 0.76% 0.33% -
HSV(B) 6.67º 0.86% 0.57% -
XYZ 12.55 7.31 1.41 -
YUV 65.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 146 34 20 0 0.77 0.86 0.43 6.67 0.76 0.33
Hex 92 22 14 0 4D 56 2B 7 4C 21
Octal 222 42 24 0 115 126 53 7 114 41
Binary 10010010 100010 10100 0 1001101 1010110 101011 111 1001100 100001

Color Harmonies of #922214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922214

Black with #922214

Text Example


Text Example

White with #922214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922214; }

 p { color: rgb(146,34,20); }

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

background-color css

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

 a { background-color: rgb(146,34,20); }

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

border-color css

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

 span { border-color: rgb(146,34,20); }

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