#961B05

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

Shades of Falu Red #961B05

Tints of Falu Red #961B05

Color information

#961B05 (or 0x961B05) is unknown color: approx Falu Red. HEX triplet: 96, 1B and 05. RGB value is (150,27,5). Sum of RGB (Red+Green+Blue) = 150+27+5=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #961B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B05 is #69E4FA. Grayscale: #3D3D3D. Windows color (decimal): -6939899 or 334742. OLE color: 334742.

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

Color convert

RGB150275-
CMYK00.820.970.41
HSL9.1º93.55%30.39%-
HSV(B)9.1º96.67%58.82%-
XYZ137.280.86-
YUV61.2796.25191.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 82.42%
GREEN value IS 27 (10.94% from 255) = 14.84%
BLUE value IS 5 (2.34% from 255) = 2.75%
R=82.42%
G=14.84%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15027500.820.970.419.193.5530.39
Hex961B5052612995e1e
Octal2263350122141511113636
Binary10010110110111010101001011000011010011001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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