Html Css Color HEX #921916 Mandarian Orange

📋 copy color: '#921916'

red 146 ◦ green 25 ◦ blue 22

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

Shades of Mandarian Orange #921916

Tints of Mandarian Orange #921916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 75.65%
G = 12.95%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#921916 (or 0x921916) is known color: Mandarian Orange. HEX triplet: 92, 19 and 16. RGB value is (146,25,22). Sum of RGB (Red+Green+Blue) = 146+25+22=193 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.65% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 146 - color contains mainly: red. Hex color #921916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921916 is #6DE6E9. Grayscale: #3C3C3C. Windows color (decimal): -7202538 or 1448338. OLE color: 1448338.

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

Color convert

RGB 146 25 22 -
CMYK 0 0.83 0.85 0.43
HSL 1.45º 0.74% 0.33% -
HSV(B) 1.45º 0.85% 0.57% -
XYZ 12.35 6.86 1.43 -
YUV 60.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 146 25 22 0 0.83 0.85 0.43 1.45 0.74 0.33
Hex 92 19 16 0 53 55 2B 1 4A 21
Octal 222 31 26 0 123 125 53 1 112 41
Binary 10010010 11001 10110 0 1010011 1010101 101011 1 1001010 100001

Color Harmonies of #921916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921916

Black with #921916

Text Example


Text Example

White with #921916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921916; }

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

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

background-color css

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

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

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

border-color css

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

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

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