#95180E

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

Shades of Falu Red #95180E

Tints of Falu Red #95180E

Color information

#95180E (or 0x95180E) is unknown color: approx Falu Red. HEX triplet: 95, 18 and 0E. RGB value is (149,24,14). Sum of RGB (Red+Green+Blue) = 149+24+14=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #95180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95180E is #6AE7F1. Grayscale: #3C3C3C. Windows color (decimal): -7006194 or 923797. OLE color: 923797.

HSL color Cylindrical-coordinate representation of color #95180E: hue angle of 4.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95180E is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1492414-
CMYK00.840.910.42
HSL4.44º82.82%31.96%-
HSV(B)4.44º90.6%58.43%-
XYZ12.87.071.11-
YUV60.24101.91191.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.68%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=79.68%
G=12.83%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149241400.840.910.424.4482.8231.96
Hex9518E0545B2A45320
Octal2253016012413352412340
Binary100101011100011100101010010110111010101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95180E; }

 p { color: rgb(149,24,14); }

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

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

 a { background-color: rgb(149,24,14); }

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

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

 span { border-color: rgb(149,24,14); }

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