Html Css Color HEX #90180F Falu Red

📋 copy color: '#90180F'

red 144 ◦ green 24 ◦ blue 15

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

Shades of Falu Red #90180F

Tints of Falu Red #90180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.11%

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

R = 78.69%
G = 13.11%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90180F (or 0x90180F) is known color: Falu Red. HEX triplet: 90, 18 and 0F. RGB value is (144,24,15). Sum of RGB (Red+Green+Blue) = 144+24+15=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #90180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90180F is #6FE7F0. Grayscale: #3B3B3B. Windows color (decimal): -7333873 or 989328. OLE color: 989328.

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

Color convert

RGB 144 24 15 -
CMYK 0 0.83 0.90 0.44
HSL 4.19º 0.81% 0.31% -
HSV(B) 4.19º 0.9% 0.56% -
XYZ 11.91 6.62 1.1 -
YUV 58.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 144 24 15 0 0.83 0.90 0.44 4.19 0.81 0.31
Hex 90 18 F 0 53 5A 2C 4 51 1F
Octal 220 30 17 0 123 132 54 4 121 37
Binary 10010000 11000 1111 0 1010011 1011010 101100 100 1010001 11111

Color Harmonies of #90180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90180F

Black with #90180F

Text Example


Text Example

White with #90180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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