#961229

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

Shades of Carmine #961229

Tints of Carmine #961229

Color information

#961229 (or 0x961229) is unknown color: approx Carmine. HEX triplet: 96, 12 and 29. RGB value is (150,18,41). Sum of RGB (Red+Green+Blue) = 150+18+41=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #961229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961229 is #69EDD6. Grayscale: #3C3C3C. Windows color (decimal): -6942167 or 2691734. OLE color: 2691734.

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

Color convert

RGB1501841-
CMYK00.880.730.41
HSL349.55º78.57%32.94%-
HSV(B)349.55º88%58.82%-
XYZ13.197.082.77-
YUV60.09117.23192.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 71.77%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=71.77%
G=8.61%
B=19.62%

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
Decimal150184100.880.730.41349.5578.5732.94
Hex961229058492915e4f21
Octal226225101301115153611741
Binary10010110100101010010101100010010011010011010111101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961229; }

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

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

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

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

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

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

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

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