#971B63

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

Shades of Jazzberry Jam #971B63

Tints of Jazzberry Jam #971B63

Color information

#971B63 (or 0x971B63) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 1B and 63. RGB value is (151,27,99). Sum of RGB (Red+Green+Blue) = 151+27+99=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #971B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B63 is #68E49C. Grayscale: #484848. Windows color (decimal): -6874269 or 6495127. OLE color: 6495127.

HSL color Cylindrical-coordinate representation of color #971B63: hue angle of 325.16º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B63 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB1512799-
CMYK00.820.340.41
HSL325.16º69.66%34.9%-
HSV(B)325.16º82.12%59.22%-
XYZ15.418.2612.59-
YUV72.28143.08184.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.51%
GREEN value IS 27 (10.94% from 255) = 9.75%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=54.51%
G=9.75%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151279900.820.340.41325.1669.6634.9
Hex971B6305222291454623
Octal227331430122425150510643
Binary10010111110111100011010100101000101010011010001011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971B63; }

 p { color: rgb(151,27,99); }

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

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

 a { background-color: rgb(151,27,99); }

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

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

 span { border-color: rgb(151,27,99); }

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