Html Css Color HEX #90190D Falu Red

📋 copy color: '#90190D'

red 144 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #90190D

Tints of Falu Red #90190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.74%

 BLUE value IS 13 (5.47% from 255) = 7.14%

R = 79.12%
G = 13.74%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#90190D (or 0x90190D) is known color: Falu Red. HEX triplet: 90, 19 and 0D. RGB value is (144,25,13). Sum of RGB (Red+Green+Blue) = 144+25+13=182 (24% of max value = 765). Red value is 144 (56.64% from 255 or 79.12% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 144 - color contains mainly: red. Hex color #90190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90190D is #6FE6F2. Grayscale: #3B3B3B. Windows color (decimal): -7333619 or 858512. OLE color: 858512.

HSL color Cylindrical-coordinate representation of color #90190D: hue angle of 5.5º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90190D is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 25 13 -
CMYK 0 0.83 0.91 0.44
HSL 5.5º 0.83% 0.31% -
HSV(B) 5.5º 0.91% 0.56% -
XYZ 11.92 6.65 1.04 -
YUV 59.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 144 25 13 0 0.83 0.91 0.44 5.5 0.83 0.31
Hex 90 19 D 0 53 5B 2C 5 53 1F
Octal 220 31 15 0 123 133 54 5 123 37
Binary 10010000 11001 1101 0 1010011 1011011 101100 101 1010011 11111

Color Harmonies of #90190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90190D

Black with #90190D

Text Example


Text Example

White with #90190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90190D; }

 p { color: rgb(144,25,13); }

 H1.HeaderClassName
 {
   color: #90190D;
 }
 .AnyTagClassName
 {
   color: #90190D;
 }
</style>

background-color css

<style>
 a { background-color: #90190D; }

 a { background-color: rgb(144,25,13); }

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

border-color css

<style>
 span { border-color: #90190D; }

 span { border-color: rgb(144,25,13); }

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