Html Css Color HEX #90160F Falu Red

📋 copy color: '#90160F'

red 144 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #90160F

Tints of Falu Red #90160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

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

R = 79.56%
G = 12.15%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90160F (or 0x90160F) is known color: Falu Red. HEX triplet: 90, 16 and 0F. RGB value is (144,22,15). Sum of RGB (Red+Green+Blue) = 144+22+15=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #90160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90160F is #6FE9F0. Grayscale: #393939. Windows color (decimal): -7334385 or 988816. OLE color: 988816.

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

Color convert

RGB 144 22 15 -
CMYK 0 0.85 0.90 0.44
HSL 3.26º 0.81% 0.31% -
HSV(B) 3.26º 0.9% 0.56% -
XYZ 11.87 6.54 1.09 -
YUV 57.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 144 22 15 0 0.85 0.90 0.44 3.26 0.81 0.31
Hex 90 16 F 0 55 5A 2C 3 51 1F
Octal 220 26 17 0 125 132 54 3 121 37
Binary 10010000 10110 1111 0 1010101 1011010 101100 11 1010001 11111

Color Harmonies of #90160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90160F

Black with #90160F

Text Example


Text Example

White with #90160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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