Html Css Color HEX #90150F Falu Red

📋 copy color: '#90150F'

red 144 ◦ green 21 ◦ blue 15

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

Shades of Falu Red #90150F

Tints of Falu Red #90150F

RGB

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

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

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

R = 80%
G = 11.67%
B = 8.33%

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

#90150F (or 0x90150F) is known color: Falu Red. HEX triplet: 90, 15 and 0F. RGB value is (144,21,15). Sum of RGB (Red+Green+Blue) = 144+21+15=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #90150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90150F is #6FEAF0. Grayscale: #393939. Windows color (decimal): -7334641 or 988560. OLE color: 988560.

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

Color convert

RGB 144 21 15 -
CMYK 0 0.85 0.90 0.44
HSL 2.79º 0.81% 0.31% -
HSV(B) 2.79º 0.9% 0.56% -
XYZ 11.86 6.5 1.08 -
YUV 57.09 104.25 189.99 -
System Red Green Blue C M Y K H S L
Decimal 144 21 15 0 0.85 0.90 0.44 2.79 0.81 0.31
Hex 90 15 F 0 55 5A 2C 3 51 1F
Octal 220 25 17 0 125 132 54 3 121 37
Binary 10010000 10101 1111 0 1010101 1011010 101100 11 1010001 11111

Color Harmonies of #90150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90150F

Black with #90150F

Text Example


Text Example

White with #90150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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