#971124

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

Shades of Carmine #971124

Tints of Carmine #971124

Color information

#971124 (or 0x971124) is unknown color: approx Carmine. HEX triplet: 97, 11 and 24. RGB value is (151,17,36). Sum of RGB (Red+Green+Blue) = 151+17+36=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #971124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971124 is #68EEDB. Grayscale: #3B3B3B. Windows color (decimal): -6876892 or 2363799. OLE color: 2363799.

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

Color convert

RGB1511736-
CMYK00.890.760.41
HSL351.49º79.76%32.94%-
HSV(B)351.49º88.74%59.22%-
XYZ13.287.112.34-
YUV59.23114.89193.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.02%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 36 (14.45% from 255) = 17.65%
R=74.02%
G=8.33%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151173600.890.760.41351.4979.7632.94
Hex9711240594C2915f5021
Octal227214401311145153712041
Binary10010111100011001000101100110011001010011010111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971124; }

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

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

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

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

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

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

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

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