#971653

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

Shades of Jazzberry Jam #971653

Tints of Jazzberry Jam #971653

Color information

#971653 (or 0x971653) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 16 and 53. RGB value is (151,22,83). Sum of RGB (Red+Green+Blue) = 151+22+83=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #971653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971653 is #68E9AC. Grayscale: #434343. Windows color (decimal): -6875565 or 5445271. OLE color: 5445271.

HSL color Cylindrical-coordinate representation of color #971653: hue angle of 331.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971653 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1512283-
CMYK00.850.450.41
HSL331.63º74.57%33.92%-
HSV(B)331.63º85.43%59.22%-
XYZ14.617.788.91-
YUV67.53136.74187.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.98%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=58.98%
G=8.59%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151228300.850.450.41331.6374.5733.92
Hex9716530552D2914c4b22
Octal227261230125555151411342
Binary10010111101101010011010101011011011010011010011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971653; }

 p { color: rgb(151,22,83); }

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

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

 a { background-color: rgb(151,22,83); }

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

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

 span { border-color: rgb(151,22,83); }

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