#960921

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

Shades of Carmine #960921

Tints of Carmine #960921

Color information

#960921 (or 0x960921) is unknown color: approx Carmine. HEX triplet: 96, 09 and 21. RGB value is (150,9,33). Sum of RGB (Red+Green+Blue) = 150+9+33=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #960921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960921 is #69F6DE. Grayscale: #353535. Windows color (decimal): -6944479 or 2165142. OLE color: 2165142.

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

Color convert

RGB150933-
CMYK00.940.780.41
HSL349.79º88.68%31.18%-
HSV(B)349.79º94%58.82%-
XYZ12.956.792.07-
YUV53.9116.21196.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.12%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=78.12%
G=4.69%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15093300.940.780.41349.7988.6831.18
Hex9692105E4E2915e591f
Octal226114101361165153613137
Binary100101101001100001010111101001110101001101011110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960921; }

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

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

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

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

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

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

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

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