Html Css Color HEX #901310 Falu Red

📋 copy color: '#901310'

red 144 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #901310

Tints of Falu Red #901310

RGB

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

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

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

R = 80.45%
G = 10.61%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#901310 (or 0x901310) is known color: Falu Red. HEX triplet: 90, 13 and 10. RGB value is (144,19,16). Sum of RGB (Red+Green+Blue) = 144+19+16=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #901310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901310 is #6FECEF. Grayscale: #383838. Windows color (decimal): -7335152 or 1053584. OLE color: 1053584.

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

Color convert

RGB 144 19 16 -
CMYK 0 0.87 0.89 0.44
HSL 1.41º 0.8% 0.31% -
HSV(B) 1.41º 0.89% 0.56% -
XYZ 11.83 6.43 1.11 -
YUV 56.03 105.41 190.74 -
System Red Green Blue C M Y K H S L
Decimal 144 19 16 0 0.87 0.89 0.44 1.41 0.8 0.31
Hex 90 13 10 0 57 59 2C 1 50 1F
Octal 220 23 20 0 127 131 54 1 120 37
Binary 10010000 10011 10000 0 1010111 1011001 101100 1 1010000 11111

Color Harmonies of #901310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901310

Black with #901310

Text Example


Text Example

White with #901310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901310; }

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

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

background-color css

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

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

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

border-color css

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

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

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