Html Css Color HEX #90150E Falu Red

📋 copy color: '#90150E'

red 144 ◦ green 21 ◦ blue 14

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

Shades of Falu Red #90150E

Tints of Falu Red #90150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

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

R = 80.45%
G = 11.73%
B = 7.82%

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

#90150E (or 0x90150E) is known color: Falu Red. HEX triplet: 90, 15 and 0E. RGB value is (144,21,14). Sum of RGB (Red+Green+Blue) = 144+21+14=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #90150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90150E is #6FEAF1. Grayscale: #393939. Windows color (decimal): -7334642 or 923024. OLE color: 923024.

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

Color convert

RGB 144 21 14 -
CMYK 0 0.85 0.90 0.44
HSL 3.23º 0.82% 0.31% -
HSV(B) 3.23º 0.9% 0.56% -
XYZ 11.85 6.5 1.05 -
YUV 56.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 144 21 14 0 0.85 0.90 0.44 3.23 0.82 0.31
Hex 90 15 E 0 55 5A 2C 3 52 1F
Octal 220 25 16 0 125 132 54 3 122 37
Binary 10010000 10101 1110 0 1010101 1011010 101100 11 1010010 11111

Color Harmonies of #90150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90150E

Black with #90150E

Text Example


Text Example

White with #90150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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