Html Css Color HEX #901715 Falu Red

📋 copy color: '#901715'

red 144 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #901715

Tints of Falu Red #901715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 76.6%
G = 12.23%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901715 (or 0x901715) is known color: Falu Red. HEX triplet: 90, 17 and 15. RGB value is (144,23,21). Sum of RGB (Red+Green+Blue) = 144+23+21=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #901715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901715 is #6FE8EA. Grayscale: #3B3B3B. Windows color (decimal): -7334123 or 1382288. OLE color: 1382288.

HSL color Cylindrical-coordinate representation of color #901715: hue angle of 0.98º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901715 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 23 21 -
CMYK 0 0.84 0.85 0.44
HSL 0.98º 0.75% 0.32% -
HSV(B) 0.98º 0.85% 0.56% -
XYZ 11.94 6.6 1.35 -
YUV 58.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 144 23 21 0 0.84 0.85 0.44 0.98 0.75 0.32
Hex 90 17 15 0 54 55 2C 1 4B 20
Octal 220 27 25 0 124 125 54 1 113 40
Binary 10010000 10111 10101 0 1010100 1010101 101100 1 1001011 100000

Color Harmonies of #901715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901715

Black with #901715

Text Example


Text Example

White with #901715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901715; }

 p { color: rgb(144,23,21); }

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

background-color css

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

 a { background-color: rgb(144,23,21); }

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

border-color css

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

 span { border-color: rgb(144,23,21); }

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