Html Css Color HEX #922119 Mandarian Orange

📋 copy color: '#922119'

red 146 ◦ green 33 ◦ blue 25

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

Shades of Mandarian Orange #922119

Tints of Mandarian Orange #922119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 71.57%
G = 16.18%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#922119 (or 0x922119) is known color: Mandarian Orange. HEX triplet: 92, 21 and 19. RGB value is (146,33,25). Sum of RGB (Red+Green+Blue) = 146+33+25=204 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.57% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 146 - color contains mainly: red. Hex color #922119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922119 is #6DDEE6. Grayscale: #424242. Windows color (decimal): -7200487 or 1646994. OLE color: 1646994.

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

Color convert

RGB 146 33 25 -
CMYK 0 0.77 0.83 0.43
HSL 3.97º 0.71% 0.34% -
HSV(B) 3.97º 0.83% 0.57% -
XYZ 12.57 7.27 1.66 -
YUV 65.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 146 33 25 0 0.77 0.83 0.43 3.97 0.71 0.34
Hex 92 21 19 0 4D 53 2B 4 47 22
Octal 222 41 31 0 115 123 53 4 107 42
Binary 10010010 100001 11001 0 1001101 1010011 101011 100 1000111 100010

Color Harmonies of #922119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922119

Black with #922119

Text Example


Text Example

White with #922119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922119; }

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

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

background-color css

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

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

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

border-color css

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

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

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