Html Css Color HEX #901410 Falu Red

📋 copy color: '#901410'

red 144 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #901410

Tints of Falu Red #901410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 80%
G = 11.11%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#901410 (or 0x901410) is known color: Falu Red. HEX triplet: 90, 14 and 10. RGB value is (144,20,16). Sum of RGB (Red+Green+Blue) = 144+20+16=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #901410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901410 is #6FEBEF. Grayscale: #383838. Windows color (decimal): -7334896 or 1053840. OLE color: 1053840.

HSL color Cylindrical-coordinate representation of color #901410: hue angle of 1.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901410 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 20 16 -
CMYK 0 0.86 0.89 0.44
HSL 1.88º 0.8% 0.31% -
HSV(B) 1.88º 0.89% 0.56% -
XYZ 11.85 6.47 1.11 -
YUV 56.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 144 20 16 0 0.86 0.89 0.44 1.88 0.8 0.31
Hex 90 14 10 0 56 59 2C 2 50 1F
Octal 220 24 20 0 126 131 54 2 120 37
Binary 10010000 10100 10000 0 1010110 1011001 101100 10 1010000 11111

Color Harmonies of #901410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901410

Black with #901410

Text Example


Text Example

White with #901410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901410; }

 p { color: rgb(144,20,16); }

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

background-color css

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

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

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

border-color css

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

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

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