#99120F

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

Shades of Falu Red #99120F

Tints of Falu Red #99120F

Color information

#99120F (or 0x99120F) is unknown color: approx Falu Red. HEX triplet: 99, 12 and 0F. RGB value is (153,18,15). Sum of RGB (Red+Green+Blue) = 153+18+15=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #99120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99120F is #66EDF0. Grayscale: #3A3A3A. Windows color (decimal): -6745585 or 987801. OLE color: 987801.

HSL color Cylindrical-coordinate representation of color #99120F: hue angle of 1.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99120F is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1531815-
CMYK00.880.900.4
HSL1.3º82.14%32.94%-
HSV(B)1.3º90.2%60%-
XYZ13.447.241.14-
YUV58.02103.73195.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 82.26%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=82.26%
G=9.68%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153181500.880.900.41.382.1432.94
Hex9912F0585A2815221
Octal2312217013013250112241
Binary1001100110010111101011000101101010100011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99120F; }

 p { color: rgb(153,18,15); }

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

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

 a { background-color: rgb(153,18,15); }

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

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

 span { border-color: rgb(153,18,15); }

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