#902401

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

Shades of Falu Red #902401

Tints of Falu Red #902401

Color information

#902401 (or 0x902401) is unknown color: approx Falu Red. HEX triplet: 90, 24 and 01. RGB value is (144,36,1). Sum of RGB (Red+Green+Blue) = 144+36+1=181 (23% of max value = 765). Red value is 144 (56.64% from 255 or 79.56% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 144 - color contains mainly: red. Hex color #902401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902401 is #6FDBFE. Grayscale: #404040. Windows color (decimal): -7330815 or 74896. OLE color: 74896.

HSL color Cylindrical-coordinate representation of color #902401: hue angle of 14.69º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #902401 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB144361-
CMYK00.750.990.44
HSL14.69º98.62%28.43%-
HSV(B)14.69º99.31%56.47%-
XYZ12.147.190.78-
YUV64.392.28184.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 79.56%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=79.56%
G=19.89%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14436100.750.990.4414.6998.6228.43
Hex9024104B632Cf631c
Octal2204410113143541714334
Binary1001000010010010100101111000111011001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902401; }

 p { color: rgb(144,36,1); }

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

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

 a { background-color: rgb(144,36,1); }

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

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

 span { border-color: rgb(144,36,1); }

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