#971026

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

Shades of Carmine #971026

Tints of Carmine #971026

Color information

#971026 (or 0x971026) is unknown color: approx Carmine. HEX triplet: 97, 10 and 26. RGB value is (151,16,38). Sum of RGB (Red+Green+Blue) = 151+16+38=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #971026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971026 is #68EFD9. Grayscale: #3A3A3A. Windows color (decimal): -6877146 or 2494615. OLE color: 2494615.

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

Color convert

RGB1511638-
CMYK00.890.750.41
HSL350.22º80.84%32.75%-
HSV(B)350.22º89.4%59.22%-
XYZ13.37.092.5-
YUV58.87116.23193.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 73.66%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=73.66%
G=7.80%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151163800.890.750.41350.2280.8432.75
Hex9710260594B2915e5121
Octal227204601311135153612141
Binary10010111100001001100101100110010111010011010111101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971026; }

 p { color: rgb(151,16,38); }

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

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

 a { background-color: rgb(151,16,38); }

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

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

 span { border-color: rgb(151,16,38); }

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