#912403

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

Shades of Falu Red #912403

Tints of Falu Red #912403

Color information

#912403 (or 0x912403) is unknown color: approx Falu Red. HEX triplet: 91, 24 and 03. RGB value is (145,36,3). Sum of RGB (Red+Green+Blue) = 145+36+3=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #912403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912403 is #6EDBFC. Grayscale: #414141. Windows color (decimal): -7265277 or 205969. OLE color: 205969.

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

Color convert

RGB145363-
CMYK00.750.980.43
HSL13.94º95.95%29.02%-
HSV(B)13.94º97.93%56.86%-
XYZ12.327.290.84-
YUV64.8393.11185.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 78.80%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 3 (1.56% from 255) = 1.63%
R=78.80%
G=19.57%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14536300.750.980.4313.9495.9529.02
Hex9124304B622Be601d
Octal2214430113142531614035
Binary10010001100100110100101111000101010111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912403; }

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

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

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

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

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

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

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

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