#921B08

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

Shades of Falu Red #921B08

Tints of Falu Red #921B08

Color information

#921B08 (or 0x921B08) is unknown color: approx Falu Red. HEX triplet: 92, 1B and 08. RGB value is (146,27,8). Sum of RGB (Red+Green+Blue) = 146+27+8=181 (23% of max value = 765). Red value is 146 (57.42% from 255 or 80.66% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 146 - color contains mainly: red. Hex color #921B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921B08 is #6DE4F7. Grayscale: #3C3C3C. Windows color (decimal): -7202040 or 531346. OLE color: 531346.

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

Color convert

RGB146278-
CMYK00.820.950.43
HSL8.26º89.61%30.2%-
HSV(B)8.26º94.52%57.25%-
XYZ12.296.910.92-
YUV60.4198.42189.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 80.66%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 8 (3.52% from 255) = 4.42%
R=80.66%
G=14.92%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14627800.820.950.438.2689.6130.2
Hex921B80525F2B85a1e
Octal22233100122137531013236
Binary100100101101110000101001010111111010111000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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