Html Css Color HEX #901816 Falu Red

📋 copy color: '#901816'

red 144 ◦ green 24 ◦ blue 22

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

Shades of Falu Red #901816

Tints of Falu Red #901816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 75.79%
G = 12.63%
B = 11.58%

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

#901816 (or 0x901816) is known color: Falu Red. HEX triplet: 90, 18 and 16. RGB value is (144,24,22). Sum of RGB (Red+Green+Blue) = 144+24+22=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #901816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901816 is #6FE7E9. Grayscale: #3B3B3B. Windows color (decimal): -7333866 or 1448080. OLE color: 1448080.

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

Color convert

RGB 144 24 22 -
CMYK 0 0.83 0.85 0.44
HSL 0.98º 0.73% 0.33% -
HSV(B) 0.98º 0.85% 0.56% -
XYZ 11.97 6.64 1.41 -
YUV 59.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 144 24 22 0 0.83 0.85 0.44 0.98 0.73 0.33
Hex 90 18 16 0 53 55 2C 1 49 21
Octal 220 30 26 0 123 125 54 1 111 41
Binary 10010000 11000 10110 0 1010011 1010101 101100 1 1001001 100001

Color Harmonies of #901816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901816

Black with #901816

Text Example


Text Example

White with #901816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901816; }

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

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

background-color css

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

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

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

border-color css

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

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

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