#95180F

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

Shades of Falu Red #95180F

Tints of Falu Red #95180F

Color information

#95180F (or 0x95180F) is unknown color: approx Falu Red. HEX triplet: 95, 18 and 0F. RGB value is (149,24,15). Sum of RGB (Red+Green+Blue) = 149+24+15=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #95180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95180F is #6AE7F0. Grayscale: #3C3C3C. Windows color (decimal): -7006193 or 989333. OLE color: 989333.

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

Color convert

RGB1492415-
CMYK00.840.900.42
HSL4.03º81.71%32.16%-
HSV(B)4.03º89.93%58.43%-
XYZ12.817.081.14-
YUV60.35102.41191.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.26%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 15 (6.25% from 255) = 7.98%
R=79.26%
G=12.77%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149241500.840.900.424.0381.7132.16
Hex9518F0545A2A45220
Octal2253017012413252412240
Binary100101011100011110101010010110101010101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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