#971B00

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

Shades of Dark Red #971B00

Tints of Dark Red #971B00

Color information

#971B00 (or 0x971B00) is unknown color: approx Dark Red. HEX triplet: 97, 1B and 00. RGB value is (151,27,0). Sum of RGB (Red+Green+Blue) = 151+27+0=178 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.83% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 151 - color contains mainly: red. Hex color #971B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B00 is #68E4FF. Grayscale: #3D3D3D. Windows color (decimal): -6874368 or 7063. OLE color: 7063.

HSL color Cylindrical-coordinate representation of color #971B00: hue angle of 10.73º 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 #971B00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB151270-
CMYK00.8210.41
HSL10.73º100%29.61%-
HSV(B)10.73º100%59.22%-
XYZ13.157.360.73-
YUV6193.58192.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 84.83%
GREEN value IS 27 (10.94% from 255) = 15.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.83%
G=15.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15127000.8210.4110.7310029.61
Hex971B00526429b641e
Octal2273300122144511314436
Binary100101111101100101001011001001010011011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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