#902601

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

Shades of Falu Red #902601

Tints of Falu Red #902601

Color information

#902601 (or 0x902601) is unknown color: approx Falu Red. HEX triplet: 90, 26 and 01. RGB value is (144,38,1). Sum of RGB (Red+Green+Blue) = 144+38+1=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #902601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902601 is #6FD9FE. Grayscale: #414141. Windows color (decimal): -7330303 or 75408. OLE color: 75408.

HSL color Cylindrical-coordinate representation of color #902601: hue angle of 15.52º 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 #902601 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB144381-
CMYK00.740.990.44
HSL15.52º98.62%28.43%-
HSV(B)15.52º99.31%56.47%-
XYZ12.27.320.8-
YUV65.4891.62184.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 78.69%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=78.69%
G=20.77%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14438100.740.990.4415.5298.6228.43
Hex9026104A632C10631c
Octal2204610112143542014334
Binary10010000100110101001010110001110110010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902601; }

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

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

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

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

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

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

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

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