#982401

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

Shades of Falu Red #982401

Tints of Falu Red #982401

Color information

#982401 (or 0x982401) is unknown color: approx Falu Red. HEX triplet: 98, 24 and 01. RGB value is (152,36,1). Sum of RGB (Red+Green+Blue) = 152+36+1=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #982401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982401 is #67DBFE. Grayscale: #424242. Windows color (decimal): -6806527 or 74904. OLE color: 74904.

HSL color Cylindrical-coordinate representation of color #982401: hue angle of 13.91º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #982401 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB152361-
CMYK00.760.990.40
HSL13.91º98.69%30%-
HSV(B)13.91º99.34%59.61%-
XYZ13.597.940.85-
YUV66.6990.93188.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80.42%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=80.42%
G=19.05%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15236100.760.990.4013.9198.6930
Hex9824104C6328e631e
Octal2304410114143501614336
Binary1001100010010010100110011000111010001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982401; }

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

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

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

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

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

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

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

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