Html Css Color HEX #901908 Falu Red

📋 copy color: '#901908'

red 144 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #901908

Tints of Falu Red #901908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 81.36%
G = 14.12%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#901908 (or 0x901908) is known color: Falu Red. HEX triplet: 90, 19 and 08. RGB value is (144,25,8). Sum of RGB (Red+Green+Blue) = 144+25+8=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #901908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901908 is #6FE6F7. Grayscale: #3A3A3A. Windows color (decimal): -7333624 or 530832. OLE color: 530832.

HSL color Cylindrical-coordinate representation of color #901908: hue angle of 7.5º degrees, saturation: 0.89, 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 #901908 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 25 8 -
CMYK 0 0.83 0.94 0.44
HSL 7.5º 0.89% 0.3% -
HSV(B) 7.5º 0.94% 0.56% -
XYZ 11.89 6.64 0.88 -
YUV 58.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 144 25 8 0 0.83 0.94 0.44 7.5 0.89 0.3
Hex 90 19 8 0 53 5E 2C 8 59 1E
Octal 220 31 10 0 123 136 54 10 131 36
Binary 10010000 11001 1000 0 1010011 1011110 101100 1000 1011001 11110

Color Harmonies of #901908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901908

Black with #901908

Text Example


Text Example

White with #901908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901908; }

 p { color: rgb(144,25,8); }

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

background-color css

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

 a { background-color: rgb(144,25,8); }

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

border-color css

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

 span { border-color: rgb(144,25,8); }

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