Html Css Color HEX #901D11 Falu Red

📋 copy color: '#901D11'

red 144 ◦ green 29 ◦ blue 17

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

Shades of Falu Red #901D11

Tints of Falu Red #901D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.26%

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

R = 75.79%
G = 15.26%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#901D11 (or 0x901D11) is known color: Falu Red. HEX triplet: 90, 1D and 11. RGB value is (144,29,17). Sum of RGB (Red+Green+Blue) = 144+29+17=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #901D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D11 is #6FE2EE. Grayscale: #3E3E3E. Windows color (decimal): -7332591 or 1121680. OLE color: 1121680.

HSL color Cylindrical-coordinate representation of color #901D11: hue angle of 5.67º 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 #901D11 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 29 17 -
CMYK 0 0.80 0.88 0.44
HSL 5.67º 0.79% 0.32% -
HSV(B) 5.67º 0.88% 0.56% -
XYZ 12.04 6.85 1.22 -
YUV 62.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 144 29 17 0 0.80 0.88 0.44 5.67 0.79 0.32
Hex 90 1D 11 0 50 58 2C 6 4F 20
Octal 220 35 21 0 120 130 54 6 117 40
Binary 10010000 11101 10001 0 1010000 1011000 101100 110 1001111 100000

Color Harmonies of #901D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901D11

Black with #901D11

Text Example


Text Example

White with #901D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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