Html Css Color HEX #901C09 Falu Red

📋 copy color: '#901C09'

red 144 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #901C09

Tints of Falu Red #901C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.47%

 BLUE value IS 9 (3.91% from 255) = 4.97%

R = 79.56%
G = 15.47%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#901C09 (or 0x901C09) is known color: Falu Red. HEX triplet: 90, 1C and 09. RGB value is (144,28,9). Sum of RGB (Red+Green+Blue) = 144+28+9=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #901C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C09 is #6FE3F6. Grayscale: #3C3C3C. Windows color (decimal): -7332855 or 597136. OLE color: 597136.

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

Color convert

RGB 144 28 9 -
CMYK 0 0.81 0.94 0.44
HSL 8.44º 0.88% 0.3% -
HSV(B) 8.44º 0.94% 0.56% -
XYZ 11.97 6.78 0.94 -
YUV 60.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 144 28 9 0 0.81 0.94 0.44 8.44 0.88 0.3
Hex 90 1C 9 0 51 5E 2C 8 58 1E
Octal 220 34 11 0 121 136 54 10 130 36
Binary 10010000 11100 1001 0 1010001 1011110 101100 1000 1011000 11110

Color Harmonies of #901C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901C09

Black with #901C09

Text Example


Text Example

White with #901C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,28,9); }

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

background-color css

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

 a { background-color: rgb(144,28,9); }

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

border-color css

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

 span { border-color: rgb(144,28,9); }

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