Html Css Color HEX #901815 Falu Red

📋 copy color: '#901815'

red 144 ◦ green 24 ◦ blue 21

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

Shades of Falu Red #901815

Tints of Falu Red #901815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 21 (8.59% from 255) = 11.11%

R = 76.19%
G = 12.7%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901815 (or 0x901815) is known color: Falu Red. HEX triplet: 90, 18 and 15. RGB value is (144,24,21). Sum of RGB (Red+Green+Blue) = 144+24+21=189 (25% of max value = 765). Red value is 144 (56.64% from 255 or 76.19% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 144 - color contains mainly: red. Hex color #901815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901815 is #6FE7EA. Grayscale: #3B3B3B. Windows color (decimal): -7333867 or 1382544. OLE color: 1382544.

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

Color convert

RGB 144 24 21 -
CMYK 0 0.83 0.85 0.44
HSL 1.46º 0.75% 0.32% -
HSV(B) 1.46º 0.85% 0.56% -
XYZ 11.96 6.64 1.36 -
YUV 59.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 144 24 21 0 0.83 0.85 0.44 1.46 0.75 0.32
Hex 90 18 15 0 53 55 2C 1 4B 20
Octal 220 30 25 0 123 125 54 1 113 40
Binary 10010000 11000 10101 0 1010011 1010101 101100 1 1001011 100000

Color Harmonies of #901815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901815

Black with #901815

Text Example


Text Example

White with #901815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901815; }

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

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

background-color css

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

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

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

border-color css

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

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

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