Html Css Color HEX #921911 Falu Red

📋 copy color: '#921911'

red 146 ◦ green 25 ◦ blue 17

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

Shades of Falu Red #921911

Tints of Falu Red #921911

RGB

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

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

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

R = 77.66%
G = 13.3%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#921911 (or 0x921911) is known color: Falu Red. HEX triplet: 92, 19 and 11. RGB value is (146,25,17). Sum of RGB (Red+Green+Blue) = 146+25+17=188 (24% of max value = 765). Red value is 146 (57.42% from 255 or 77.66% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 146 - color contains mainly: red. Hex color #921911 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921911 is #6DE6EE. Grayscale: #3C3C3C. Windows color (decimal): -7202543 or 1120658. OLE color: 1120658.

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

Color convert

RGB 146 25 17 -
CMYK 0 0.83 0.88 0.43
HSL 3.72º 0.79% 0.32% -
HSV(B) 3.72º 0.88% 0.57% -
XYZ 12.3 6.85 1.2 -
YUV 60.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 146 25 17 0 0.83 0.88 0.43 3.72 0.79 0.32
Hex 92 19 11 0 53 58 2B 4 4F 20
Octal 222 31 21 0 123 130 53 4 117 40
Binary 10010010 11001 10001 0 1010011 1011000 101011 100 1001111 100000

Color Harmonies of #921911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921911

Black with #921911

Text Example


Text Example

White with #921911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921911; }

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

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

background-color css

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

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

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

border-color css

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

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

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