Html Css Color HEX #921A11 Falu Red

📋 copy color: '#921A11'

red 146 ◦ green 26 ◦ blue 17

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

Shades of Falu Red #921A11

Tints of Falu Red #921A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.76%

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

R = 77.25%
G = 13.76%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#921A11 (or 0x921A11) is known color: Falu Red. HEX triplet: 92, 1A and 11. RGB value is (146,26,17). Sum of RGB (Red+Green+Blue) = 146+26+17=189 (25% of max value = 765). Red value is 146 (57.42% from 255 or 77.25% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 146 - color contains mainly: red. Hex color #921A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921A11 is #6DE5EE. Grayscale: #3D3D3D. Windows color (decimal): -7202287 or 1120914. OLE color: 1120914.

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

Color convert

RGB 146 26 17 -
CMYK 0 0.82 0.88 0.43
HSL 4.19º 0.79% 0.32% -
HSV(B) 4.19º 0.88% 0.57% -
XYZ 12.32 6.89 1.21 -
YUV 60.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 146 26 17 0 0.82 0.88 0.43 4.19 0.79 0.32
Hex 92 1A 11 0 52 58 2B 4 4F 20
Octal 222 32 21 0 122 130 53 4 117 40
Binary 10010010 11010 10001 0 1010010 1011000 101011 100 1001111 100000

Color Harmonies of #921A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921A11

Black with #921A11

Text Example


Text Example

White with #921A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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