Html Css Color HEX #901616 Falu Red

📋 copy color: '#901616'

red 144 ◦ green 22 ◦ blue 22

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

Shades of Falu Red #901616

Tints of Falu Red #901616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.7%

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

R = 76.6%
G = 11.7%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901616 (or 0x901616) is known color: Falu Red. HEX triplet: 90, 16 and 16. RGB value is (144,22,22). Sum of RGB (Red+Green+Blue) = 144+22+22=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #901616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901616 is #6FE9E9. Grayscale: #3A3A3A. Windows color (decimal): -7334378 or 1447568. OLE color: 1447568.

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

Color convert

RGB 144 22 22 -
CMYK 0 0.85 0.85 0.44
HSL 0.73% 0.33% -
HSV(B) 0.85% 0.56% -
XYZ 11.93 6.56 1.4 -
YUV 58.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 144 22 22 0 0.85 0.85 0.44 0 0.73 0.33
Hex 90 16 16 0 55 55 2C 0 49 21
Octal 220 26 26 0 125 125 54 0 111 41
Binary 10010000 10110 10110 0 1010101 1010101 101100 0 1001001 100001

Color Harmonies of #901616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901616

Black with #901616

Text Example


Text Example

White with #901616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901616; }

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

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

background-color css

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

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

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

border-color css

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

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

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