#971B62

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

Shades of Jazzberry Jam #971B62

Tints of Jazzberry Jam #971B62

Color information

#971B62 (or 0x971B62) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 1B and 62. RGB value is (151,27,98). Sum of RGB (Red+Green+Blue) = 151+27+98=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #971B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B62 is #68E49D. Grayscale: #484848. Windows color (decimal): -6874270 or 6429591. OLE color: 6429591.

HSL color Cylindrical-coordinate representation of color #971B62: hue angle of 325.65º 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 #971B62 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1512798-
CMYK00.820.350.41
HSL325.65º69.66%34.9%-
HSV(B)325.65º82.12%59.22%-
XYZ15.368.2512.34-
YUV72.17142.58184.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.71%
GREEN value IS 27 (10.94% from 255) = 9.78%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=54.71%
G=9.78%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151279800.820.350.41325.6569.6634.9
Hex971B6205223291464623
Octal227331420122435150610643
Binary10010111110111100010010100101000111010011010001101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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