#960628

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

Shades of Carmine #960628

Tints of Carmine #960628

Color information

#960628 (or 0x960628) is unknown color: approx Carmine. HEX triplet: 96, 06 and 28. RGB value is (150,6,40). Sum of RGB (Red+Green+Blue) = 150+6+40=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #960628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960628 is #69F9D7. Grayscale: #343434. Windows color (decimal): -6945240 or 2623126. OLE color: 2623126.

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

Color convert

RGB150640-
CMYK00.960.730.41
HSL345.83º92.31%30.59%-
HSV(B)345.83º96%58.82%-
XYZ13.036.772.63-
YUV52.93120.71197.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 76.53%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=76.53%
G=3.06%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15064000.960.730.41345.8392.3130.59
Hex96628060492915a5c1f
Octal22665001401115153213437
Binary10010110110101000011000001001001101001101011010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960628; }

 p { color: rgb(150,6,40); }

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

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

 a { background-color: rgb(150,6,40); }

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

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

 span { border-color: rgb(150,6,40); }

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