Html Css Color HEX #90170E Falu Red

📋 copy color: '#90170E'

red 144 ◦ green 23 ◦ blue 14

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

Shades of Falu Red #90170E

Tints of Falu Red #90170E

RGB

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

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

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

R = 79.56%
G = 12.71%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90170E (or 0x90170E) is known color: Falu Red. HEX triplet: 90, 17 and 0E. RGB value is (144,23,14). Sum of RGB (Red+Green+Blue) = 144+23+14=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #90170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90170E is #6FE8F1. Grayscale: #3A3A3A. Windows color (decimal): -7334130 or 923536. OLE color: 923536.

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

Color convert

RGB 144 23 14 -
CMYK 0 0.84 0.90 0.44
HSL 4.15º 0.82% 0.31% -
HSV(B) 4.15º 0.9% 0.56% -
XYZ 11.89 6.57 1.06 -
YUV 58.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 144 23 14 0 0.84 0.90 0.44 4.15 0.82 0.31
Hex 90 17 E 0 54 5A 2C 4 52 1F
Octal 220 27 16 0 124 132 54 4 122 37
Binary 10010000 10111 1110 0 1010100 1011010 101100 100 1010010 11111

Color Harmonies of #90170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90170E

Black with #90170E

Text Example


Text Example

White with #90170E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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