Html Css Color HEX #901312 Falu Red

📋 copy color: '#901312'

red 144 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #901312

Tints of Falu Red #901312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 18 (7.42% from 255) = 9.94%

R = 79.56%
G = 10.5%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#901312 (or 0x901312) is known color: Falu Red. HEX triplet: 90, 13 and 12. RGB value is (144,19,18). Sum of RGB (Red+Green+Blue) = 144+19+18=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #901312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901312 is #6FECED. Grayscale: #383838. Windows color (decimal): -7335150 or 1184656. OLE color: 1184656.

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

Color convert

RGB 144 19 18 -
CMYK 0 0.87 0.88 0.44
HSL 0.48º 0.78% 0.32% -
HSV(B) 0.48º 0.88% 0.56% -
XYZ 11.84 6.44 1.19 -
YUV 56.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 144 19 18 0 0.87 0.88 0.44 0.48 0.78 0.32
Hex 90 13 12 0 57 58 2C 0 4E 20
Octal 220 23 22 0 127 130 54 0 116 40
Binary 10010000 10011 10010 0 1010111 1011000 101100 0 1001110 100000

Color Harmonies of #901312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901312

Black with #901312

Text Example


Text Example

White with #901312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901312; }

 p { color: rgb(144,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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