#961021

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

Shades of Carmine #961021

Tints of Carmine #961021

Color information

#961021 (or 0x961021) is unknown color: approx Carmine. HEX triplet: 96, 10 and 21. RGB value is (150,16,33). Sum of RGB (Red+Green+Blue) = 150+16+33=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #961021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961021 is #69EFDE. Grayscale: #3A3A3A. Windows color (decimal): -6942687 or 2166934. OLE color: 2166934.

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

Color convert

RGB1501633-
CMYK00.890.780.41
HSL352.39º80.72%32.55%-
HSV(B)352.39º89.33%58.82%-
XYZ13.046.962.1-
YUV58113.89193.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 75.38%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=75.38%
G=8.04%
B=16.58%

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
Decimal150163300.890.780.41352.3980.7232.55
Hex9610210594E291605121
Octal226204101311165154012141
Binary10010110100001000010101100110011101010011011000001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961021; }

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

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

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

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

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

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

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

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