#971A0C

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

Shades of Falu Red #971A0C

Tints of Falu Red #971A0C

Color information

#971A0C (or 0x971A0C) is unknown color: approx Falu Red. HEX triplet: 97, 1A and 0C. RGB value is (151,26,12). Sum of RGB (Red+Green+Blue) = 151+26+12=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #971A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971A0C is #68E5F3. Grayscale: #3D3D3D. Windows color (decimal): -6874612 or 793239. OLE color: 793239.

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

Color convert

RGB1512612-
CMYK00.830.920.41
HSL6.04º85.28%31.96%-
HSV(B)6.04º92.05%59.22%-
XYZ13.27.341.07-
YUV61.7899.91191.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 79.89%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=79.89%
G=13.76%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151261200.830.920.416.0485.2831.96
Hex971AC0535C2965520
Octal2273214012313451612540
Binary100101111101011000101001110111001010011101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,26,12); }

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

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

 a { background-color: rgb(151,26,12); }

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

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

 span { border-color: rgb(151,26,12); }

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