#960531

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

Shades of Carmine #960531

Tints of Carmine #960531

Color information

#960531 (or 0x960531) is unknown color: approx Carmine. HEX triplet: 96, 05 and 31. RGB value is (150,5,49). Sum of RGB (Red+Green+Blue) = 150+5+49=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #960531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960531 is #69FACE. Grayscale: #353535. Windows color (decimal): -6945487 or 3212694. OLE color: 3212694.

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

Color convert

RGB150549-
CMYK00.970.670.41
HSL341.79º93.55%30.39%-
HSV(B)341.79º96.67%58.82%-
XYZ13.196.813.53-
YUV53.37125.54196.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.53%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=73.53%
G=2.45%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15054900.970.670.41341.7993.5530.39
Hex9653106143291565e1e
Octal22656101411035152613636
Binary10010110101110001011000011000011101001101010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960531; }

 p { color: rgb(150,5,49); }

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

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

 a { background-color: rgb(150,5,49); }

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

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

 span { border-color: rgb(150,5,49); }

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