Html Css Color HEX #901515 Falu Red

📋 copy color: '#901515'

red 144 ◦ green 21 ◦ blue 21

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

Shades of Falu Red #901515

Tints of Falu Red #901515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 77.42%
G = 11.29%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#901515 (or 0x901515) is known color: Falu Red. HEX triplet: 90, 15 and 15. RGB value is (144,21,21). Sum of RGB (Red+Green+Blue) = 144+21+21=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901515 is #6FEAEA. Grayscale: #393939. Windows color (decimal): -7334635 or 1381776. OLE color: 1381776.

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

Color convert

RGB 144 21 21 -
CMYK 0 0.85 0.85 0.44
HSL 0.75% 0.32% -
HSV(B) 0.85% 0.56% -
XYZ 11.91 6.52 1.34 -
YUV 57.78 107.25 189.5 -
System Red Green Blue C M Y K H S L
Decimal 144 21 21 0 0.85 0.85 0.44 0 0.75 0.32
Hex 90 15 15 0 55 55 2C 0 4B 20
Octal 220 25 25 0 125 125 54 0 113 40
Binary 10010000 10101 10101 0 1010101 1010101 101100 0 1001011 100000

Color Harmonies of #901515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901515

Black with #901515

Text Example


Text Example

White with #901515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901515; }

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

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

background-color css

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

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

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

border-color css

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

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

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