#961621

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

Shades of Carmine #961621

Tints of Carmine #961621

Color information

#961621 (or 0x961621) is unknown color: approx Carmine. HEX triplet: 96, 16 and 21. RGB value is (150,22,33). Sum of RGB (Red+Green+Blue) = 150+22+33=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #961621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961621 is #69E9DE. Grayscale: #3D3D3D. Windows color (decimal): -6941151 or 2168470. OLE color: 2168470.

HSL color Cylindrical-coordinate representation of color #961621: hue angle of 354.84º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961621 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB1502233-
CMYK00.850.780.41
HSL354.84º74.42%33.73%-
HSV(B)354.84º85.33%58.82%-
XYZ13.147.172.13-
YUV61.53111.91191.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.17%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=73.17%
G=10.73%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150223300.850.780.41354.8474.4233.73
Hex9616210554E291634a22
Octal226264101251165154311242
Binary10010110101101000010101010110011101010011011000111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961621; }

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

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

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

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

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

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

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

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