Html Css Color HEX #901511 Falu Red

📋 copy color: '#901511'

red 144 ◦ green 21 ◦ blue 17

#901511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #901511

Tints of Falu Red #901511

RGB

 RED value IS 144 (56.64% from 255) = 79.12%

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 79.12%
G = 11.54%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#901511 (or 0x901511) is known color: Falu Red. HEX triplet: 90, 15 and 11. RGB value is (144,21,17). Sum of RGB (Red+Green+Blue) = 144+21+17=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #901511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901511 is #6FEAEE. Grayscale: #393939. Windows color (decimal): -7334639 or 1119632. OLE color: 1119632.

HSL color Cylindrical-coordinate representation of color #901511: hue angle of 1.89º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901511 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 17 -
CMYK 0 0.85 0.88 0.44
HSL 1.89º 0.79% 0.32% -
HSV(B) 1.89º 0.88% 0.56% -
XYZ 11.87 6.51 1.16 -
YUV 57.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 144 21 17 0 0.85 0.88 0.44 1.89 0.79 0.32
Hex 90 15 11 0 55 58 2C 2 4F 20
Octal 220 25 21 0 125 130 54 2 117 40
Binary 10010000 10101 10001 0 1010101 1011000 101100 10 1001111 100000

Color Harmonies of #901511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901511

Black with #901511

Text Example


Text Example

White with #901511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901511; }

 p { color: rgb(144,21,17); }

 H1.HeaderClassName
 {
   color: #901511;
 }
 .AnyTagClassName
 {
   color: #901511;
 }
</style>

background-color css

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

 a { background-color: rgb(144,21,17); }

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

border-color css

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

 span { border-color: rgb(144,21,17); }

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