#96180F

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

Shades of Falu Red #96180F

Tints of Falu Red #96180F

Color information

#96180F (or 0x96180F) is unknown color: approx Falu Red. HEX triplet: 96, 18 and 0F. RGB value is (150,24,15). Sum of RGB (Red+Green+Blue) = 150+24+15=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #96180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96180F is #69E7F0. Grayscale: #3C3C3C. Windows color (decimal): -6940657 or 989334. OLE color: 989334.

HSL color Cylindrical-coordinate representation of color #96180F: hue angle of 4º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96180F is Cyan = 0, Magento = 0.84, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB1502415-
CMYK00.840.90.41
HSL81.82%32.35%-
HSV(B)90%58.82%-
XYZ12.997.171.15-
YUV60.65102.24191.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 79.37%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=79.37%
G=12.70%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150241500.840.90.41481.8232.35
Hex9618F0545A2945220
Octal2263017012413251412240
Binary100101101100011110101010010110101010011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,24,15); }

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

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

 a { background-color: rgb(150,24,15); }

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

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

 span { border-color: rgb(150,24,15); }

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