#961121

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

Shades of Carmine #961121

Tints of Carmine #961121

Color information

#961121 (or 0x961121) is unknown color: approx Carmine. HEX triplet: 96, 11 and 21. RGB value is (150,17,33). Sum of RGB (Red+Green+Blue) = 150+17+33=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #961121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961121 is #69EEDE. Grayscale: #3A3A3A. Windows color (decimal): -6942431 or 2167190. OLE color: 2167190.

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

Color convert

RGB1501733-
CMYK00.890.780.41
HSL352.78º79.64%32.75%-
HSV(B)352.78º88.67%58.82%-
XYZ13.056.992.1-
YUV58.59113.56193.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=75%
G=8.5%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150173300.890.780.41352.7879.6432.75
Hex9611210594E291615021
Octal226214101311165154112041
Binary10010110100011000010101100110011101010011011000011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961121; }

 p { color: rgb(150,17,33); }

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

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

 a { background-color: rgb(150,17,33); }

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

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

 span { border-color: rgb(150,17,33); }

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