#921B06

Color #921B06 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #921B06

Tints of Falu Red #921B06

Color information

#921B06 (or 0x921B06) is unknown color: approx Falu Red. HEX triplet: 92, 1B and 06. RGB value is (146,27,6). Sum of RGB (Red+Green+Blue) = 146+27+6=179 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.56% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 146 - color contains mainly: red. Hex color #921B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921B06 is #6DE4F9. Grayscale: #3C3C3C. Windows color (decimal): -7202042 or 400274. OLE color: 400274.

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

Color convert

RGB146276-
CMYK00.820.960.43
HSL92.11%29.8%-
HSV(B)95.89%57.25%-
XYZ12.286.910.86-
YUV60.1997.42189.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 81.56%
GREEN value IS 27 (10.94% from 255) = 15.08%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=81.56%
G=15.08%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14627600.820.960.43992.1129.8
Hex921B6052602B95c1e
Octal2223360122140531113436
Binary10010010110111100101001011000001010111001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #921B06;
 }
 .AnyTagClassName
 {
   color: #921B06;
 }
</style>
background-color css

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

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

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

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

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

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