Html Css Color HEX #921D11 Mandarian Orange

📋 copy color: '#921D11'

red 146 ◦ green 29 ◦ blue 17

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

Shades of Mandarian Orange #921D11

Tints of Mandarian Orange #921D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.1%

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

R = 76.04%
G = 15.1%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#921D11 (or 0x921D11) is known color: Mandarian Orange. HEX triplet: 92, 1D and 11. RGB value is (146,29,17). Sum of RGB (Red+Green+Blue) = 146+29+17=192 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.04% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 146 - color contains mainly: red. Hex color #921D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D11 is #6DE2EE. Grayscale: #3E3E3E. Windows color (decimal): -7201519 or 1121682. OLE color: 1121682.

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

Color convert

RGB 146 29 17 -
CMYK 0 0.80 0.88 0.43
HSL 5.58º 0.79% 0.32% -
HSV(B) 5.58º 0.88% 0.57% -
XYZ 12.39 7.03 1.23 -
YUV 62.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 146 29 17 0 0.80 0.88 0.43 5.58 0.79 0.32
Hex 92 1D 11 0 50 58 2B 6 4F 20
Octal 222 35 21 0 120 130 53 6 117 40
Binary 10010010 11101 10001 0 1010000 1011000 101011 110 1001111 100000

Color Harmonies of #921D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D11

Black with #921D11

Text Example


Text Example

White with #921D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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