#921E08

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

Shades of Falu Red #921E08

Tints of Falu Red #921E08

Color information

#921E08 (or 0x921E08) is unknown color: approx Falu Red. HEX triplet: 92, 1E and 08. RGB value is (146,30,8). Sum of RGB (Red+Green+Blue) = 146+30+8=184 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.35% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 146 - color contains mainly: red. Hex color #921E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921E08 is #6DE1F7. Grayscale: #3E3E3E. Windows color (decimal): -7201272 or 532114. OLE color: 532114.

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

Color convert

RGB146308-
CMYK00.790.950.43
HSL9.57º89.61%30.2%-
HSV(B)9.57º94.52%57.25%-
XYZ12.367.060.94-
YUV62.1897.43187.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.35%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 8 (3.52% from 255) = 4.35%
R=79.35%
G=16.30%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14630800.790.950.439.5789.6130.2
Hex921E804F5F2Ba5a1e
Octal22236100117137531213236
Binary100100101111010000100111110111111010111010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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