#912005

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

Shades of Falu Red #912005

Tints of Falu Red #912005

Color information

#912005 (or 0x912005) is unknown color: approx Falu Red. HEX triplet: 91, 20 and 05. RGB value is (145,32,5). Sum of RGB (Red+Green+Blue) = 145+32+5=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #912005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912005 is #6EDFFA. Grayscale: #3E3E3E. Windows color (decimal): -7266299 or 336017. OLE color: 336017.

HSL color Cylindrical-coordinate representation of color #912005: hue angle of 11.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #912005 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB145325-
CMYK00.780.970.43
HSL11.57º93.33%29.41%-
HSV(B)11.57º96.55%56.86%-
XYZ12.227.060.86-
YUV62.7195.44186.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.67%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 5 (2.34% from 255) = 2.75%
R=79.67%
G=17.58%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14532500.780.970.4311.5793.3329.41
Hex9120504E612Bc5d1d
Octal2214050116141531413535
Binary100100011000001010100111011000011010111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912005; }

 p { color: rgb(145,32,5); }

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

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

 a { background-color: rgb(145,32,5); }

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

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

 span { border-color: rgb(145,32,5); }

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