#902007

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

Shades of Falu Red #902007

Tints of Falu Red #902007

Color information

#902007 (or 0x902007) is unknown color: approx Falu Red. HEX triplet: 90, 20 and 07. RGB value is (144,32,7). Sum of RGB (Red+Green+Blue) = 144+32+7=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #902007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902007 is #6FDFF8. Grayscale: #3E3E3E. Windows color (decimal): -7331833 or 467088. OLE color: 467088.

HSL color Cylindrical-coordinate representation of color #902007: hue angle of 10.95º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #902007 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB144327-
CMYK00.780.950.44
HSL10.95º90.73%29.61%-
HSV(B)10.95º95.14%56.47%-
XYZ12.066.980.91-
YUV62.6496.61186.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 78.69%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=78.69%
G=17.49%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14432700.780.950.4410.9590.7329.61
Hex9020704E5F2Cb5b1e
Octal2204070116137541313336
Binary100100001000001110100111010111111011001011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902007; }

 p { color: rgb(144,32,7); }

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

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

 a { background-color: rgb(144,32,7); }

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

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

 span { border-color: rgb(144,32,7); }

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