Html Css Color HEX #901B04 Falu Red

📋 copy color: '#901B04'

red 144 ◦ green 27 ◦ blue 4

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

Shades of Falu Red #901B04

Tints of Falu Red #901B04

RGB

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

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

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

R = 82.29%
G = 15.43%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#901B04 (or 0x901B04) is known color: Falu Red. HEX triplet: 90, 1B and 04. RGB value is (144,27,4). Sum of RGB (Red+Green+Blue) = 144+27+4=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #901B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901B04 is #6FE4FB. Grayscale: #3B3B3B. Windows color (decimal): -7333116 or 269200. OLE color: 269200.

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

Color convert

RGB 144 27 4 -
CMYK 0 0.81 0.97 0.44
HSL 9.86º 0.95% 0.29% -
HSV(B) 9.86º 0.97% 0.56% -
XYZ 11.92 6.72 0.78 -
YUV 59.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 144 27 4 0 0.81 0.97 0.44 9.86 0.95 0.29
Hex 90 1B 4 0 51 61 2C A 5F 1D
Octal 220 33 4 0 121 141 54 12 137 35
Binary 10010000 11011 100 0 1010001 1100001 101100 1010 1011111 11101

Color Harmonies of #901B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B04

Black with #901B04

Text Example


Text Example

White with #901B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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