Html Css Color HEX #901F0F Falu Red

📋 copy color: '#901F0F'

red 144 ◦ green 31 ◦ blue 15

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

Shades of Falu Red #901F0F

Tints of Falu Red #901F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.32%

 BLUE value IS 15 (6.25% from 255) = 7.89%

R = 75.79%
G = 16.32%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#901F0F (or 0x901F0F) is known color: Falu Red. HEX triplet: 90, 1F and 0F. RGB value is (144,31,15). Sum of RGB (Red+Green+Blue) = 144+31+15=190 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75.79% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 144 - color contains mainly: red. Hex color #901F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F0F is #6FE0F0. Grayscale: #3F3F3F. Windows color (decimal): -7332081 or 991120. OLE color: 991120.

HSL color Cylindrical-coordinate representation of color #901F0F: hue angle of 7.44º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #901F0F is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 31 15 -
CMYK 0 0.78 0.90 0.44
HSL 7.44º 0.81% 0.31% -
HSV(B) 7.44º 0.9% 0.56% -
XYZ 12.08 6.94 1.16 -
YUV 62.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 144 31 15 0 0.78 0.90 0.44 7.44 0.81 0.31
Hex 90 1F F 0 4E 5A 2C 7 51 1F
Octal 220 37 17 0 116 132 54 7 121 37
Binary 10010000 11111 1111 0 1001110 1011010 101100 111 1010001 11111

Color Harmonies of #901F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901F0F

Black with #901F0F

Text Example


Text Example

White with #901F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,31,15); }

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

background-color css

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

 a { background-color: rgb(144,31,15); }

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

border-color css

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

 span { border-color: rgb(144,31,15); }

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