#951B05

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

Shades of Falu Red #951B05

Tints of Falu Red #951B05

Color information

#951B05 (or 0x951B05) is unknown color: approx Falu Red. HEX triplet: 95, 1B and 05. RGB value is (149,27,5). Sum of RGB (Red+Green+Blue) = 149+27+5=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #951B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B05 is #6AE4FA. Grayscale: #3D3D3D. Windows color (decimal): -7005435 or 334741. OLE color: 334741.

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

Color convert

RGB149275-
CMYK00.820.970.42
HSL9.17º93.51%30.2%-
HSV(B)9.17º96.64%58.43%-
XYZ12.817.180.85-
YUV60.9796.42190.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 82.32%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 5 (2.34% from 255) = 2.76%
R=82.32%
G=14.92%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14927500.820.970.429.1793.5130.2
Hex951B5052612A95e1e
Octal2253350122141521113636
Binary10010101110111010101001011000011010101001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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