#981312

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

Shades of Falu Red #981312

Tints of Falu Red #981312

Color information

#981312 (or 0x981312) is unknown color: approx Falu Red. HEX triplet: 98, 13 and 12. RGB value is (152,19,18). Sum of RGB (Red+Green+Blue) = 152+19+18=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #981312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981312 is #67ECED. Grayscale: #3A3A3A. Windows color (decimal): -6810862 or 1184664. OLE color: 1184664.

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

Color convert

RGB1521918-
CMYK00.870.880.40
HSL0.45º78.82%33.33%-
HSV(B)0.45º88.16%59.61%-
XYZ13.297.181.26-
YUV58.65105.06194.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80.42%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=80.42%
G=10.05%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152191800.870.880.400.4578.8233.33
Hex981312057582804f21
Octal2302322012713050011741
Binary10011000100111001001010111101100010100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981312; }

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

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

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

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

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

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

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

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