Html Css Color HEX #90100E Falu Red

📋 copy color: '#90100E'

red 144 ◦ green 16 ◦ blue 14

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

Shades of Falu Red #90100E

Tints of Falu Red #90100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 82.76%
G = 9.2%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90100E (or 0x90100E) is known color: Falu Red. HEX triplet: 90, 10 and 0E. RGB value is (144,16,14). Sum of RGB (Red+Green+Blue) = 144+16+14=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #90100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90100E is #6FEFF1. Grayscale: #363636. Windows color (decimal): -7335922 or 921744. OLE color: 921744.

HSL color Cylindrical-coordinate representation of color #90100E: hue angle of 0.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90100E is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 14 -
CMYK 0 0.89 0.90 0.44
HSL 0.92º 0.82% 0.31% -
HSV(B) 0.92º 0.9% 0.56% -
XYZ 11.77 6.33 1.02 -
YUV 54.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 144 16 14 0 0.89 0.90 0.44 0.92 0.82 0.31
Hex 90 10 E 0 59 5A 2C 1 52 1F
Octal 220 20 16 0 131 132 54 1 122 37
Binary 10010000 10000 1110 0 1011001 1011010 101100 1 1010010 11111

Color Harmonies of #90100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90100E

Black with #90100E

Text Example


Text Example

White with #90100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90100E; }

 p { color: rgb(144,16,14); }

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

background-color css

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

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

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

border-color css

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

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

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