Html Css Color HEX #901311 Falu Red

📋 copy color: '#901311'

red 144 ◦ green 19 ◦ blue 17

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

Shades of Falu Red #901311

Tints of Falu Red #901311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.56%

 BLUE value IS 17 (7.03% from 255) = 9.44%

R = 80%
G = 10.56%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#901311 (or 0x901311) is known color: Falu Red. HEX triplet: 90, 13 and 11. RGB value is (144,19,17). Sum of RGB (Red+Green+Blue) = 144+19+17=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #901311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901311 is #6FECEE. Grayscale: #383838. Windows color (decimal): -7335151 or 1119120. OLE color: 1119120.

HSL color Cylindrical-coordinate representation of color #901311: hue angle of 0.94º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901311 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 17 -
CMYK 0 0.87 0.88 0.44
HSL 0.94º 0.79% 0.32% -
HSV(B) 0.94º 0.88% 0.56% -
XYZ 11.84 6.44 1.15 -
YUV 56.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 144 19 17 0 0.87 0.88 0.44 0.94 0.79 0.32
Hex 90 13 11 0 57 58 2C 1 4F 20
Octal 220 23 21 0 127 130 54 1 117 40
Binary 10010000 10011 10001 0 1010111 1011000 101100 1 1001111 100000

Color Harmonies of #901311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901311

Black with #901311

Text Example


Text Example

White with #901311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901311; }

 p { color: rgb(144,19,17); }

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

background-color css

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

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

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

border-color css

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

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

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