Html Css Color HEX #901910 Falu Red

📋 copy color: '#901910'

red 144 ◦ green 25 ◦ blue 16

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

Shades of Falu Red #901910

Tints of Falu Red #901910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

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

R = 77.84%
G = 13.51%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#901910 (or 0x901910) is known color: Falu Red. HEX triplet: 90, 19 and 10. RGB value is (144,25,16). Sum of RGB (Red+Green+Blue) = 144+25+16=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #901910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901910 is #6FE6EF. Grayscale: #3B3B3B. Windows color (decimal): -7333616 or 1055120. OLE color: 1055120.

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

Color convert

RGB 144 25 16 -
CMYK 0 0.83 0.89 0.44
HSL 4.22º 0.8% 0.31% -
HSV(B) 4.22º 0.89% 0.56% -
XYZ 11.94 6.66 1.15 -
YUV 59.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 144 25 16 0 0.83 0.89 0.44 4.22 0.8 0.31
Hex 90 19 10 0 53 59 2C 4 50 1F
Octal 220 31 20 0 123 131 54 4 120 37
Binary 10010000 11001 10000 0 1010011 1011001 101100 100 1010000 11111

Color Harmonies of #901910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901910

Black with #901910

Text Example


Text Example

White with #901910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901910; }

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

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

background-color css

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

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

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

border-color css

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

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

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