Html Css Color HEX #90120D Falu Red

📋 copy color: '#90120D'

red 144 ◦ green 18 ◦ blue 13

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

Shades of Falu Red #90120D

Tints of Falu Red #90120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

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

R = 82.29%
G = 10.29%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#90120D (or 0x90120D) is known color: Falu Red. HEX triplet: 90, 12 and 0D. RGB value is (144,18,13). Sum of RGB (Red+Green+Blue) = 144+18+13=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #90120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #90120D is #6FEDF2. Grayscale: #373737. Windows color (decimal): -7335411 or 856720. OLE color: 856720.

HSL color Cylindrical-coordinate representation of color #90120D: hue angle of 2.29º 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 #90120D is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 18 13 -
CMYK 0 0.88 0.91 0.44
HSL 2.29º 0.83% 0.31% -
HSV(B) 2.29º 0.91% 0.56% -
XYZ 11.79 6.39 0.99 -
YUV 55.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 144 18 13 0 0.88 0.91 0.44 2.29 0.83 0.31
Hex 90 12 D 0 58 5B 2C 2 53 1F
Octal 220 22 15 0 130 133 54 2 123 37
Binary 10010000 10010 1101 0 1011000 1011011 101100 10 1010011 11111

Color Harmonies of #90120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90120D

Black with #90120D

Text Example


Text Example

White with #90120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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