#901D0D

Color #901D0D Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #901D0D

Tints of Falu Red #901D0D

Color information

#901D0D (or 0x901D0D) is unknown color: approx Falu Red. HEX triplet: 90, 1D and 0D. RGB value is (144,29,13). Sum of RGB (Red+Green+Blue) = 144+29+13=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #901D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D0D is #6FE2F2. Grayscale: #3D3D3D. Windows color (decimal): -7332595 or 859536. OLE color: 859536.

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

Color convert

RGB1442913-
CMYK00.800.910.44
HSL7.33º83.44%30.78%-
HSV(B)7.33º90.97%56.47%-
XYZ12.016.841.07-
YUV61.56100.6186.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.42%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=77.42%
G=15.59%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144291300.800.910.447.3383.4430.78
Hex901DD0505B2C7531f
Octal2203515012013354712337
Binary10010000111011101010100001011011101100111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901D0D; }

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

 H1.HeaderClassName
 {
   color: #901D0D;
 }
 .AnyTagClassName
 {
   color: #901D0D;
 }
</style>
background-color css

<style>
 a { background-color: #901D0D; }

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

 div.DivClassName
 {
   background-color: #901D0D;
 }
 .BgClassName
 {
   background-color: #901D0D;
 }
</style>
border-color css

<style>
 span { border-color: #901D0D; }

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

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