Html Css Color HEX #901810 Falu Red

📋 copy color: '#901810'

red 144 ◦ green 24 ◦ blue 16

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

Shades of Falu Red #901810

Tints of Falu Red #901810

RGB

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

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

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

R = 78.26%
G = 13.04%
B = 8.7%

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

#901810 (or 0x901810) is known color: Falu Red. HEX triplet: 90, 18 and 10. RGB value is (144,24,16). Sum of RGB (Red+Green+Blue) = 144+24+16=184 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.26% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 144 - color contains mainly: red. Hex color #901810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901810 is #6FE7EF. Grayscale: #3B3B3B. Windows color (decimal): -7333872 or 1054864. OLE color: 1054864.

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

Color convert

RGB 144 24 16 -
CMYK 0 0.83 0.89 0.44
HSL 3.75º 0.8% 0.31% -
HSV(B) 3.75º 0.89% 0.56% -
XYZ 11.92 6.62 1.14 -
YUV 58.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 144 24 16 0 0.83 0.89 0.44 3.75 0.8 0.31
Hex 90 18 10 0 53 59 2C 4 50 1F
Octal 220 30 20 0 123 131 54 4 120 37
Binary 10010000 11000 10000 0 1010011 1011001 101100 100 1010000 11111

Color Harmonies of #901810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901810

Black with #901810

Text Example


Text Example

White with #901810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901810; }

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

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

background-color css

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

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

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

border-color css

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

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

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