#951A0A

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

Shades of Falu Red #951A0A

Tints of Falu Red #951A0A

Color information

#951A0A (or 0x951A0A) is unknown color: approx Falu Red. HEX triplet: 95, 1A and 0A. RGB value is (149,26,10). Sum of RGB (Red+Green+Blue) = 149+26+10=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #951A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A0A is #6AE5F5. Grayscale: #3D3D3D. Windows color (decimal): -7005686 or 662165. OLE color: 662165.

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

Color convert

RGB1492610-
CMYK00.830.930.42
HSL6.91º87.42%31.18%-
HSV(B)6.91º93.29%58.43%-
XYZ12.827.150.99-
YUV60.9599.25190.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 80.54%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=80.54%
G=14.05%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149261000.830.930.426.9187.4231.18
Hex951AA0535D2A7571f
Octal2253212012313552712737
Binary10010101110101010010100111011101101010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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