#921808

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

Shades of Falu Red #921808

Tints of Falu Red #921808

Color information

#921808 (or 0x921808) is unknown color: approx Falu Red. HEX triplet: 92, 18 and 08. RGB value is (146,24,8). Sum of RGB (Red+Green+Blue) = 146+24+8=178 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.02% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 146 - color contains mainly: red. Hex color #921808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921808 is #6DE7F7. Grayscale: #3A3A3A. Windows color (decimal): -7202808 or 530578. OLE color: 530578.

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

Color convert

RGB146248-
CMYK00.840.950.43
HSL6.96º89.61%30.2%-
HSV(B)6.96º94.52%57.25%-
XYZ12.226.780.89-
YUV58.6599.42190.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.02%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=82.02%
G=13.48%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14624800.840.950.436.9689.6130.2
Hex921880545F2B75a1e
Octal2223010012413753713236
Binary10010010110001000010101001011111101011111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921808; }

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

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

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

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

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

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

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

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