#912405

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

Shades of Falu Red #912405

Tints of Falu Red #912405

Color information

#912405 (or 0x912405) is unknown color: approx Falu Red. HEX triplet: 91, 24 and 05. RGB value is (145,36,5). Sum of RGB (Red+Green+Blue) = 145+36+5=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #912405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912405 is #6EDBFA. Grayscale: #414141. Windows color (decimal): -7265275 or 337041. OLE color: 337041.

HSL color Cylindrical-coordinate representation of color #912405: hue angle of 13.29º 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 #912405 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB145365-
CMYK00.750.970.43
HSL13.29º93.33%29.41%-
HSV(B)13.29º96.55%56.86%-
XYZ12.347.290.9-
YUV65.0694.11185.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.96%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 5 (2.34% from 255) = 2.69%
R=77.96%
G=19.35%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14536500.750.970.4313.2993.3329.41
Hex9124504B612Bd5d1d
Octal2214450113141531513535
Binary100100011001001010100101111000011010111101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912405; }

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

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

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

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

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

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

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

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