#971862

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

Shades of Jazzberry Jam #971862

Tints of Jazzberry Jam #971862

Color information

#971862 (or 0x971862) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 18 and 62. RGB value is (151,24,98). Sum of RGB (Red+Green+Blue) = 151+24+98=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #971862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971862 is #68E79D. Grayscale: #464646. Windows color (decimal): -6875038 or 6428823. OLE color: 6428823.

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

Color convert

RGB1512498-
CMYK00.840.350.41
HSL325.04º72.57%34.31%-
HSV(B)325.04º84.11%59.22%-
XYZ15.298.1112.32-
YUV70.41143.58185.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.31%
GREEN value IS 24 (9.77% from 255) = 8.79%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=55.31%
G=8.79%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151249800.840.350.41325.0472.5734.31
Hex97186205423291454922
Octal227301420124435150511142
Binary10010111110001100010010101001000111010011010001011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971862; }

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

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

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

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

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

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

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

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