#971358

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

Shades of Jazzberry Jam #971358

Tints of Jazzberry Jam #971358

Color information

#971358 (or 0x971358) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 13 and 58. RGB value is (151,19,88). Sum of RGB (Red+Green+Blue) = 151+19+88=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #971358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971358 is #68ECA7. Grayscale: #424242. Windows color (decimal): -6876328 or 5772183. OLE color: 5772183.

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

Color convert

RGB1511988-
CMYK00.870.420.41
HSL328.64º77.65%33.33%-
HSV(B)328.64º87.42%59.22%-
XYZ14.767.759.95-
YUV66.33140.23188.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.53%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=58.53%
G=7.36%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151198800.870.420.41328.6477.6533.33
Hex9713580572A291494e21
Octal227231300127525151111641
Binary10010111100111011000010101111010101010011010010011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971358; }

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

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

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

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

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

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

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

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