Html Css Color HEX #901B10 Falu Red

📋 copy color: '#901B10'

red 144 ◦ green 27 ◦ blue 16

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

Shades of Falu Red #901B10

Tints of Falu Red #901B10

RGB

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

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

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

R = 77.01%
G = 14.44%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#901B10 (or 0x901B10) is known color: Falu Red. HEX triplet: 90, 1B and 10. RGB value is (144,27,16). Sum of RGB (Red+Green+Blue) = 144+27+16=187 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.01% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 144 - color contains mainly: red. Hex color #901B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901B10 is #6FE4EF. Grayscale: #3C3C3C. Windows color (decimal): -7333104 or 1055632. OLE color: 1055632.

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

Color convert

RGB 144 27 16 -
CMYK 0 0.81 0.89 0.44
HSL 5.16º 0.8% 0.31% -
HSV(B) 5.16º 0.89% 0.56% -
XYZ 11.99 6.75 1.16 -
YUV 60.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 144 27 16 0 0.81 0.89 0.44 5.16 0.8 0.31
Hex 90 1B 10 0 51 59 2C 5 50 1F
Octal 220 33 20 0 121 131 54 5 120 37
Binary 10010000 11011 10000 0 1010001 1011001 101100 101 1010000 11111

Color Harmonies of #901B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B10

Black with #901B10

Text Example


Text Example

White with #901B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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