#981310

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

Shades of Falu Red #981310

Tints of Falu Red #981310

Color information

#981310 (or 0x981310) is unknown color: approx Falu Red. HEX triplet: 98, 13 and 10. RGB value is (152,19,16). Sum of RGB (Red+Green+Blue) = 152+19+16=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #981310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981310 is #67ECEF. Grayscale: #3A3A3A. Windows color (decimal): -6810864 or 1053592. OLE color: 1053592.

HSL color Cylindrical-coordinate representation of color #981310: hue angle of 1.32º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981310 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB1521916-
CMYK00.870.890.40
HSL1.32º80.95%32.94%-
HSV(B)1.32º89.47%59.61%-
XYZ13.287.181.18-
YUV58.42104.06194.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 81.28%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=81.28%
G=10.16%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152191600.870.890.401.3280.9532.94
Hex981310057592815121
Octal2302320012713150112141
Binary10011000100111000001010111101100110100011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981310; }

 p { color: rgb(152,19,16); }

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

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

 a { background-color: rgb(152,19,16); }

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

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

 span { border-color: rgb(152,19,16); }

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