#961F64

Color #961F64 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #961F64

Tints of Jazzberry Jam #961F64

Color information

#961F64 (or 0x961F64) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 1F and 64. RGB value is (150,31,100). Sum of RGB (Red+Green+Blue) = 150+31+100=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #961F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F64 is #69E09B. Grayscale: #4A4A4A. Windows color (decimal): -6938780 or 6561686. OLE color: 6561686.

HSL color Cylindrical-coordinate representation of color #961F64: hue angle of 325.21º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F64 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB15031100-
CMYK00.790.330.41
HSL325.21º65.75%35.49%-
HSV(B)325.21º79.33%58.82%-
XYZ15.378.3812.86-
YUV74.45142.42181.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 31 (12.5% from 255) = 11.03%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=53.38%
G=11.03%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503110000.790.330.41325.2165.7535.49
Hex961F6404F21291454223
Octal226371440117415150510243
Binary10010110111111100100010011111000011010011010001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961F64; }

 p { color: rgb(150,31,100); }

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

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

 a { background-color: rgb(150,31,100); }

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

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

 span { border-color: rgb(150,31,100); }

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