#951B0D

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

Shades of Falu Red #951B0D

Tints of Falu Red #951B0D

Color information

#951B0D (or 0x951B0D) is unknown color: approx Falu Red. HEX triplet: 95, 1B and 0D. RGB value is (149,27,13). Sum of RGB (Red+Green+Blue) = 149+27+13=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B0D is #6AE4F2. Grayscale: #3E3E3E. Windows color (decimal): -7005427 or 859029. OLE color: 859029.

HSL color Cylindrical-coordinate representation of color #951B0D: hue angle of 6.18º degrees, saturation: 0.84, 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 #951B0D is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB1492713-
CMYK00.820.910.42
HSL6.18º83.95%31.76%-
HSV(B)6.18º91.28%58.43%-
XYZ12.867.21.09-
YUV61.88100.42190.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.84%
GREEN value IS 27 (10.94% from 255) = 14.29%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=78.84%
G=14.29%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149271300.820.910.426.1883.9531.76
Hex951BD0525B2A65420
Octal2253315012213352612440
Binary100101011101111010101001010110111010101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951B0D; }

 p { color: rgb(149,27,13); }

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

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

 a { background-color: rgb(149,27,13); }

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

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

 span { border-color: rgb(149,27,13); }

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