#951B0A

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

Shades of Falu Red #951B0A

Tints of Falu Red #951B0A

Color information

#951B0A (or 0x951B0A) is unknown color: approx Falu Red. HEX triplet: 95, 1B and 0A. RGB value is (149,27,10). Sum of RGB (Red+Green+Blue) = 149+27+10=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #951B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B0A is #6AE4F5. Grayscale: #3D3D3D. Windows color (decimal): -7005430 or 662421. OLE color: 662421.

HSL color Cylindrical-coordinate representation of color #951B0A: hue angle of 7.34º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #951B0A is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1492710-
CMYK00.820.930.42
HSL7.34º87.42%31.18%-
HSV(B)7.34º93.29%58.43%-
XYZ12.847.21-
YUV61.5498.92190.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.11%
GREEN value IS 27 (10.94% from 255) = 14.52%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=80.11%
G=14.52%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149271000.820.930.427.3487.4231.18
Hex951BA0525D2A7571f
Octal2253312012213552712737
Binary10010101110111010010100101011101101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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