Html Css Color HEX #90170A Falu Red

📋 copy color: '#90170A'

red 144 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #90170A

Tints of Falu Red #90170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.65%

R = 81.36%
G = 12.99%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#90170A (or 0x90170A) is known color: Falu Red. HEX triplet: 90, 17 and 0A. RGB value is (144,23,10). Sum of RGB (Red+Green+Blue) = 144+23+10=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #90170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90170A is #6FE8F5. Grayscale: #393939. Windows color (decimal): -7334134 or 661392. OLE color: 661392.

HSL color Cylindrical-coordinate representation of color #90170A: hue angle of 5.82º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90170A is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 23 10 -
CMYK 0 0.84 0.93 0.44
HSL 5.82º 0.87% 0.3% -
HSV(B) 5.82º 0.93% 0.56% -
XYZ 11.86 6.56 0.93 -
YUV 57.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 144 23 10 0 0.84 0.93 0.44 5.82 0.87 0.3
Hex 90 17 A 0 54 5D 2C 6 57 1E
Octal 220 27 12 0 124 135 54 6 127 36
Binary 10010000 10111 1010 0 1010100 1011101 101100 110 1010111 11110

Color Harmonies of #90170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90170A

Black with #90170A

Text Example


Text Example

White with #90170A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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