#971109

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

Shades of Dark Red #971109

Tints of Dark Red #971109

Color information

#971109 (or 0x971109) is unknown color: approx Dark Red. HEX triplet: 97, 11 and 09. RGB value is (151,17,9). Sum of RGB (Red+Green+Blue) = 151+17+9=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #971109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971109 is #68EEF6. Grayscale: #383838. Windows color (decimal): -6876919 or 594327. OLE color: 594327.

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

Color convert

RGB151179-
CMYK00.890.940.41
HSL3.38º88.75%31.37%-
HSV(B)3.38º94.04%59.22%-
XYZ13.0170.92-
YUV56.15101.39195.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 85.31%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=85.31%
G=9.60%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15117900.890.940.413.3888.7531.37
Hex971190595E293591f
Octal2272111013113651313137
Binary1001011110001100101011001101111010100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971109; }

 p { color: rgb(151,17,9); }

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

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

 a { background-color: rgb(151,17,9); }

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

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

 span { border-color: rgb(151,17,9); }

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