#971A3C

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

Shades of Bright Red #971A3C

Tints of Bright Red #971A3C

Color information

#971A3C (or 0x971A3C) is unknown color: approx Bright Red. HEX triplet: 97, 1A and 3C. RGB value is (151,26,60). Sum of RGB (Red+Green+Blue) = 151+26+60=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #971A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971A3C is #68E5C3. Grayscale: #434343. Windows color (decimal): -6874564 or 3938967. OLE color: 3938967.

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

Color convert

RGB1512660-
CMYK00.830.600.41
HSL343.68º70.62%34.71%-
HSV(B)343.68º82.78%59.22%-
XYZ13.957.645.02-
YUV67.25123.91187.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.71%
GREEN value IS 26 (10.55% from 255) = 10.97%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=63.71%
G=10.97%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151266000.830.600.41343.6870.6234.71
Hex971A3C0533C291584723
Octal22732740123745153010743
Binary1001011111010111100010100111111001010011010110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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