#961255

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

Shades of Jazzberry Jam #961255

Tints of Jazzberry Jam #961255

Color information

#961255 (or 0x961255) is unknown color: approx Jazzberry Jam. HEX triplet: 96, 12 and 55. RGB value is (150,18,85). Sum of RGB (Red+Green+Blue) = 150+18+85=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #961255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961255 is #69EDAA. Grayscale: #404040. Windows color (decimal): -6942123 or 5575318. OLE color: 5575318.

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

Color convert

RGB1501885-
CMYK00.880.430.41
HSL329.55º78.57%32.94%-
HSV(B)329.55º88%58.82%-
XYZ14.437.579.3-
YUV65.11139.23188.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.29%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=59.29%
G=7.11%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150188500.880.430.41329.5578.5732.94
Hex9612550582B2914a4f21
Octal226221250130535151211741
Binary10010110100101010101010110001010111010011010010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961255; }

 p { color: rgb(150,18,85); }

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

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

 a { background-color: rgb(150,18,85); }

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

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

 span { border-color: rgb(150,18,85); }

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