#951E0A

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

Shades of Falu Red #951E0A

Tints of Falu Red #951E0A

Color information

#951E0A (or 0x951E0A) is unknown color: approx Falu Red. HEX triplet: 95, 1E and 0A. RGB value is (149,30,10). Sum of RGB (Red+Green+Blue) = 149+30+10=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E0A is #6AE1F5. Grayscale: #3F3F3F. Windows color (decimal): -7004662 or 663189. OLE color: 663189.

HSL color Cylindrical-coordinate representation of color #951E0A: hue angle of 8.63º 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 #951E0A is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1493010-
CMYK00.800.930.42
HSL8.63º87.42%31.18%-
HSV(B)8.63º93.29%58.43%-
XYZ12.917.341.02-
YUV63.397.92189.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.84%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=78.84%
G=15.87%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149301000.800.930.428.6387.4231.18
Hex951EA0505D2A9571f
Octal22536120120135521112737
Binary100101011111010100101000010111011010101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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