#901F02

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

Shades of Falu Red #901F02

Tints of Falu Red #901F02

Color information

#901F02 (or 0x901F02) is unknown color: approx Falu Red. HEX triplet: 90, 1F and 02. RGB value is (144,31,2). Sum of RGB (Red+Green+Blue) = 144+31+2=177 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.36% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 144 - color contains mainly: red. Hex color #901F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901F02 is #6FE0FD. Grayscale: #3D3D3D. Windows color (decimal): -7332094 or 139152. OLE color: 139152.

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

Color convert

RGB144312-
CMYK00.780.990.44
HSL12.25º97.26%28.63%-
HSV(B)12.25º98.61%56.47%-
XYZ126.910.76-
YUV61.4894.44186.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 81.36%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=81.36%
G=17.51%
B=1.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14431200.780.990.4412.2597.2628.63
Hex901F204E632Cc611d
Octal2203720116143541414135
Binary1001000011111100100111011000111011001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,31,2); }

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

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

 a { background-color: rgb(144,31,2); }

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

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

 span { border-color: rgb(144,31,2); }

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