#971B06

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

Shades of Falu Red #971B06

Tints of Falu Red #971B06

Color information

#971B06 (or 0x971B06) is unknown color: approx Falu Red. HEX triplet: 97, 1B and 06. RGB value is (151,27,6). Sum of RGB (Red+Green+Blue) = 151+27+6=184 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.07% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 151 - color contains mainly: red. Hex color #971B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B06 is #68E4F9. Grayscale: #3D3D3D. Windows color (decimal): -6874362 or 400279. OLE color: 400279.

HSL color Cylindrical-coordinate representation of color #971B06: hue angle of 8.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #971B06 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB151276-
CMYK00.820.960.41
HSL8.69º92.36%30.78%-
HSV(B)8.69º96.03%59.22%-
XYZ13.197.380.9-
YUV61.6896.58191.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 82.07%
GREEN value IS 27 (10.94% from 255) = 14.67%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=82.07%
G=14.67%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15127600.820.960.418.6992.3630.78
Hex971B6052602995c1f
Octal2273360122140511113437
Binary10010111110111100101001011000001010011001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971B06; }

 p { color: rgb(151,27,6); }

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

<style>
 a { background-color: #971B06; }

 a { background-color: rgb(151,27,6); }

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

<style>
 span { border-color: #971B06; }

 span { border-color: rgb(151,27,6); }

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