#971128

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

Shades of Carmine #971128

Tints of Carmine #971128

Color information

#971128 (or 0x971128) is unknown color: approx Carmine. HEX triplet: 97, 11 and 28. RGB value is (151,17,40). Sum of RGB (Red+Green+Blue) = 151+17+40=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #971128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971128 is #68EED7. Grayscale: #3B3B3B. Windows color (decimal): -6876888 or 2625943. OLE color: 2625943.

HSL color Cylindrical-coordinate representation of color #971128: hue angle of 349.7º 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 #971128 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1511740-
CMYK00.890.740.41
HSL349.7º79.76%32.94%-
HSV(B)349.7º88.74%59.22%-
XYZ13.357.132.68-
YUV59.69116.89193.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 72.60%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 40 (16.02% from 255) = 19.23%
R=72.60%
G=8.17%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151174000.890.740.41349.779.7632.94
Hex9711280594A2915e5021
Octal227215001311125153612041
Binary10010111100011010000101100110010101010011010111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971128; }

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

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

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

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

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

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

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

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