Html Css Color HEX #901D04 Falu Red

📋 copy color: '#901D04'

red 144 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #901D04

Tints of Falu Red #901D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.38%

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 81.36%
G = 16.38%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#901D04 (or 0x901D04) is known color: Falu Red. HEX triplet: 90, 1D and 04. RGB value is (144,29,4). Sum of RGB (Red+Green+Blue) = 144+29+4=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #901D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D04 is #6FE2FB. Grayscale: #3C3C3C. Windows color (decimal): -7332604 or 269712. OLE color: 269712.

HSL color Cylindrical-coordinate representation of color #901D04: hue angle of 10.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #901D04 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 29 4 -
CMYK 0 0.80 0.97 0.44
HSL 10.71º 0.95% 0.29% -
HSV(B) 10.71º 0.97% 0.56% -
XYZ 11.96 6.82 0.8 -
YUV 60.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 144 29 4 0 0.80 0.97 0.44 10.71 0.95 0.29
Hex 90 1D 4 0 50 61 2C B 5F 1D
Octal 220 35 4 0 120 141 54 13 137 35
Binary 10010000 11101 100 0 1010000 1100001 101100 1011 1011111 11101

Color Harmonies of #901D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901D04

Black with #901D04

Text Example


Text Example

White with #901D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,29,4); }

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

background-color css

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

 a { background-color: rgb(144,29,4); }

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

border-color css

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

 span { border-color: rgb(144,29,4); }

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