#971058

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

Shades of Jazzberry Jam #971058

Tints of Jazzberry Jam #971058

Color information

#971058 (or 0x971058) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 10 and 58. RGB value is (151,16,88). Sum of RGB (Red+Green+Blue) = 151+16+88=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #971058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971058 is #68EFA7. Grayscale: #404040. Windows color (decimal): -6877096 or 5771415. OLE color: 5771415.

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

Color convert

RGB1511688-
CMYK00.890.420.41
HSL328º80.84%32.75%-
HSV(B)328º89.4%59.22%-
XYZ14.717.659.93-
YUV64.57141.23189.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.22%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=59.22%
G=6.27%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151168800.890.420.4132880.8432.75
Hex9710580592A291485121
Octal227201300131525151012141
Binary10010111100001011000010110011010101010011010010001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971058; }

 p { color: rgb(151,16,88); }

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

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

 a { background-color: rgb(151,16,88); }

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

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

 span { border-color: rgb(151,16,88); }

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