#971229

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

Shades of Carmine #971229

Tints of Carmine #971229

Color information

#971229 (or 0x971229) is unknown color: approx Carmine. HEX triplet: 97, 12 and 29. RGB value is (151,18,41). Sum of RGB (Red+Green+Blue) = 151+18+41=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #971229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971229 is #68EDD6. Grayscale: #3C3C3C. Windows color (decimal): -6876631 or 2691735. OLE color: 2691735.

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

Color convert

RGB1511841-
CMYK00.880.730.41
HSL349.62º78.7%33.14%-
HSV(B)349.62º88.08%59.22%-
XYZ13.387.172.78-
YUV60.39117.06192.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.90%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=71.90%
G=8.57%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151184100.880.730.41349.6278.733.14
Hex971229058492915e4f21
Octal227225101301115153611741
Binary10010111100101010010101100010010011010011010111101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971229; }

 p { color: rgb(151,18,41); }

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

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

 a { background-color: rgb(151,18,41); }

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

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

 span { border-color: rgb(151,18,41); }

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