Html Css Color HEX #901B13 Falu Red

📋 copy color: '#901B13'

red 144 ◦ green 27 ◦ blue 19

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

Shades of Falu Red #901B13

Tints of Falu Red #901B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.21%

 BLUE value IS 19 (7.81% from 255) = 10%

R = 75.79%
G = 14.21%
B = 10%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#901B13 (or 0x901B13) is known color: Falu Red. HEX triplet: 90, 1B and 13. RGB value is (144,27,19). Sum of RGB (Red+Green+Blue) = 144+27+19=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #901B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901B13 is #6FE4EC. Grayscale: #3D3D3D. Windows color (decimal): -7333101 or 1252240. OLE color: 1252240.

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

Color convert

RGB 144 27 19 -
CMYK 0 0.81 0.87 0.44
HSL 3.84º 0.77% 0.32% -
HSV(B) 3.84º 0.87% 0.56% -
XYZ 12.01 6.76 1.29 -
YUV 61.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 144 27 19 0 0.81 0.87 0.44 3.84 0.77 0.32
Hex 90 1B 13 0 51 57 2C 4 4D 20
Octal 220 33 23 0 121 127 54 4 115 40
Binary 10010000 11011 10011 0 1010001 1010111 101100 100 1001101 100000

Color Harmonies of #901B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B13

Black with #901B13

Text Example


Text Example

White with #901B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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