Html Css Color HEX #921806 Falu Red

📋 copy color: '#921806'

red 146 ◦ green 24 ◦ blue 6

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

Shades of Falu Red #921806

Tints of Falu Red #921806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.64%

 BLUE value IS 6 (2.73% from 255) = 3.41%

R = 82.95%
G = 13.64%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#921806 (or 0x921806) is known color: Falu Red. HEX triplet: 92, 18 and 06. RGB value is (146,24,6). Sum of RGB (Red+Green+Blue) = 146+24+6=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #921806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921806 is #6DE7F9. Grayscale: #3A3A3A. Windows color (decimal): -7202810 or 399506. OLE color: 399506.

HSL color Cylindrical-coordinate representation of color #921806: hue angle of 7.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #921806 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 24 6 -
CMYK 0 0.84 0.96 0.43
HSL 7.71º 0.92% 0.3% -
HSV(B) 7.71º 0.96% 0.57% -
XYZ 12.21 6.78 0.84 -
YUV 58.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 146 24 6 0 0.84 0.96 0.43 7.71 0.92 0.3
Hex 92 18 6 0 54 60 2B 8 5C 1E
Octal 222 30 6 0 124 140 53 10 134 36
Binary 10010010 11000 110 0 1010100 1100000 101011 1000 1011100 11110

Color Harmonies of #921806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921806

Black with #921806

Text Example


Text Example

White with #921806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921806; }

 p { color: rgb(146,24,6); }

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

background-color css

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

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

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

border-color css

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

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

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