#912503

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

Shades of Falu Red #912503

Tints of Falu Red #912503

Color information

#912503 (or 0x912503) is unknown color: approx Falu Red. HEX triplet: 91, 25 and 03. RGB value is (145,37,3). Sum of RGB (Red+Green+Blue) = 145+37+3=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #912503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912503 is #6EDAFC. Grayscale: #414141. Windows color (decimal): -7265021 or 206225. OLE color: 206225.

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

Color convert

RGB145373-
CMYK00.740.980.43
HSL14.37º95.95%29.02%-
HSV(B)14.37º97.93%56.86%-
XYZ12.367.350.85-
YUV65.4292.78184.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 78.38%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=78.38%
G=20%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14537300.740.980.4314.3795.9529.02
Hex9125304A622Be601d
Octal2214530112142531614035
Binary10010001100101110100101011000101010111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912503; }

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

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

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

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

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

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

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

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