Html Css Color HEX #921616 Falu Red

📋 copy color: '#921616'

red 146 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #921616

Tints of Falu Red #921616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

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

R = 76.84%
G = 11.58%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#921616 (or 0x921616) is known color: Falu Red. HEX triplet: 92, 16 and 16. RGB value is (146,22,22). Sum of RGB (Red+Green+Blue) = 146+22+22=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #921616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921616 is #6DE9E9. Grayscale: #3B3B3B. Windows color (decimal): -7203306 or 1447570. OLE color: 1447570.

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

Color convert

RGB 146 22 22 -
CMYK 0 0.85 0.85 0.43
HSL 0.74% 0.33% -
HSV(B) 0.85% 0.57% -
XYZ 12.29 6.74 1.41 -
YUV 59.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 146 22 22 0 0.85 0.85 0.43 0 0.74 0.33
Hex 92 16 16 0 55 55 2B 0 4A 21
Octal 222 26 26 0 125 125 53 0 112 41
Binary 10010010 10110 10110 0 1010101 1010101 101011 0 1001010 100001

Color Harmonies of #921616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921616

Black with #921616

Text Example


Text Example

White with #921616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921616; }

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

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

background-color css

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

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

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

border-color css

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

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

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