#901D0F

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

Shades of Falu Red #901D0F

Tints of Falu Red #901D0F

Color information

#901D0F (or 0x901D0F) is unknown color: approx Falu Red. HEX triplet: 90, 1D and 0F. RGB value is (144,29,15). Sum of RGB (Red+Green+Blue) = 144+29+15=188 (24% of max value = 765). Red value is 144 (56.64% from 255 or 76.60% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 144 - color contains mainly: red. Hex color #901D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901D0F is #6FE2F0. Grayscale: #3D3D3D. Windows color (decimal): -7332593 or 990608. OLE color: 990608.

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

Color convert

RGB1442915-
CMYK00.800.900.44
HSL6.51º81.13%31.18%-
HSV(B)6.51º89.58%56.47%-
XYZ12.036.841.14-
YUV61.79101.6186.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 76.60%
GREEN value IS 29 (11.72% from 255) = 15.43%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=76.60%
G=15.43%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144291500.800.900.446.5181.1331.18
Hex901DF0505A2C7511f
Octal2203517012013254712137
Binary10010000111011111010100001011010101100111101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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