Html Css Color HEX #921716 Falu Red

📋 copy color: '#921716'

red 146 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #921716

Tints of Falu Red #921716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 76.44%
G = 12.04%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#921716 (or 0x921716) is known color: Falu Red. HEX triplet: 92, 17 and 16. RGB value is (146,23,22). Sum of RGB (Red+Green+Blue) = 146+23+22=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #921716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921716 is #6DE8E9. Grayscale: #3B3B3B. Windows color (decimal): -7203050 or 1447826. OLE color: 1447826.

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

Color convert

RGB 146 23 22 -
CMYK 0 0.84 0.85 0.43
HSL 0.48º 0.74% 0.33% -
HSV(B) 0.48º 0.85% 0.57% -
XYZ 12.31 6.78 1.42 -
YUV 59.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 146 23 22 0 0.84 0.85 0.43 0.48 0.74 0.33
Hex 92 17 16 0 54 55 2B 0 4A 21
Octal 222 27 26 0 124 125 53 0 112 41
Binary 10010010 10111 10110 0 1010100 1010101 101011 0 1001010 100001

Color Harmonies of #921716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921716

Black with #921716

Text Example


Text Example

White with #921716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921716; }

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

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

background-color css

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

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

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

border-color css

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

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

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