#971300

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

Shades of Dark Red #971300

Tints of Dark Red #971300

Color information

#971300 (or 0x971300) is unknown color: approx Dark Red. HEX triplet: 97, 13 and 00. RGB value is (151,19,0). Sum of RGB (Red+Green+Blue) = 151+19+0=170 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.82% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 151 - color contains mainly: red. Hex color #971300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971300 is #68ECFF. Grayscale: #383838. Windows color (decimal): -6876416 or 5015. OLE color: 5015.

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

Color convert

RGB151190-
CMYK00.8710.41
HSL7.55º100%29.61%-
HSV(B)7.55º100%59.22%-
XYZ137.050.67-
YUV56.396.23195.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 88.82%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.82%
G=11.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15119000.8710.417.5510029.61
Hex9713005764298641e
Octal2272300127144511014436
Binary100101111001100101011111001001010011000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971300; }

 p { color: rgb(151,19,0); }

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

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

 a { background-color: rgb(151,19,0); }

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

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

 span { border-color: rgb(151,19,0); }

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