#911E03

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

Shades of Falu Red #911E03

Tints of Falu Red #911E03

Color information

#911E03 (or 0x911E03) is unknown color: approx Falu Red. HEX triplet: 91, 1E and 03. RGB value is (145,30,3). Sum of RGB (Red+Green+Blue) = 145+30+3=178 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.46% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 145 - color contains mainly: red. Hex color #911E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E03 is #6EE1FC. Grayscale: #3D3D3D. Windows color (decimal): -7266813 or 204433. OLE color: 204433.

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

Color convert

RGB145303-
CMYK00.790.980.43
HSL11.41º95.95%29.02%-
HSV(B)11.41º97.93%56.86%-
XYZ12.166.950.79-
YUV61.3195.1187.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 81.46%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=81.46%
G=16.85%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14530300.790.980.4311.4195.9529.02
Hex911E304F622Bb601d
Octal2213630117142531314035
Binary1001000111110110100111111000101010111011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911E03; }

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

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

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

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

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

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

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

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