Html Css Color HEX #90110F Falu Red

📋 copy color: '#90110F'

red 144 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #90110F

Tints of Falu Red #90110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.66%

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 81.82%
G = 9.66%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90110F (or 0x90110F) is known color: Falu Red. HEX triplet: 90, 11 and 0F. RGB value is (144,17,15). Sum of RGB (Red+Green+Blue) = 144+17+15=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #90110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90110F is #6FEEF0. Grayscale: #363636. Windows color (decimal): -7335665 or 987536. OLE color: 987536.

HSL color Cylindrical-coordinate representation of color #90110F: hue angle of 0.93º degrees, saturation: 0.81, 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 #90110F is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 17 15 -
CMYK 0 0.88 0.90 0.44
HSL 0.93º 0.81% 0.31% -
HSV(B) 0.93º 0.9% 0.56% -
XYZ 11.79 6.36 1.06 -
YUV 54.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 144 17 15 0 0.88 0.90 0.44 0.93 0.81 0.31
Hex 90 11 F 0 58 5A 2C 1 51 1F
Octal 220 21 17 0 130 132 54 1 121 37
Binary 10010000 10001 1111 0 1011000 1011010 101100 1 1010001 11111

Color Harmonies of #90110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90110F

Black with #90110F

Text Example


Text Example

White with #90110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90110F; }

 p { color: rgb(144,17,15); }

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

background-color css

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

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

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

border-color css

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

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

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