Html Css Color HEX #921F11 Mandarian Orange

📋 copy color: '#921F11'

red 146 ◦ green 31 ◦ blue 17

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

Shades of Mandarian Orange #921F11

Tints of Mandarian Orange #921F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.98%

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

R = 75.26%
G = 15.98%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#921F11 (or 0x921F11) is known color: Mandarian Orange. HEX triplet: 92, 1F and 11. RGB value is (146,31,17). Sum of RGB (Red+Green+Blue) = 146+31+17=194 (25% of max value = 765). Red value is 146 (57.42% from 255 or 75.26% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 146 - color contains mainly: red. Hex color #921F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921F11 is #6DE0EE. Grayscale: #3F3F3F. Windows color (decimal): -7201007 or 1122194. OLE color: 1122194.

HSL color Cylindrical-coordinate representation of color #921F11: hue angle of 6.51º 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 #921F11 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 31 17 -
CMYK 0 0.79 0.88 0.43
HSL 6.51º 0.79% 0.32% -
HSV(B) 6.51º 0.88% 0.57% -
XYZ 12.45 7.13 1.25 -
YUV 63.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 146 31 17 0 0.79 0.88 0.43 6.51 0.79 0.32
Hex 92 1F 11 0 4F 58 2B 7 4F 20
Octal 222 37 21 0 117 130 53 7 117 40
Binary 10010010 11111 10001 0 1001111 1011000 101011 111 1001111 100000

Color Harmonies of #921F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921F11

Black with #921F11

Text Example


Text Example

White with #921F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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