#971352

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

Shades of Jazzberry Jam #971352

Tints of Jazzberry Jam #971352

Color information

#971352 (or 0x971352) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 13 and 52. RGB value is (151,19,82). Sum of RGB (Red+Green+Blue) = 151+19+82=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #971352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971352 is #68ECAD. Grayscale: #414141. Windows color (decimal): -6876334 or 5378967. OLE color: 5378967.

HSL color Cylindrical-coordinate representation of color #971352: hue angle of 331.36º 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 #971352 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB1511982-
CMYK00.870.460.41
HSL331.36º77.65%33.33%-
HSV(B)331.36º87.42%59.22%-
XYZ14.527.658.69-
YUV65.65137.23188.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.92%
GREEN value IS 19 (7.81% from 255) = 7.54%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=59.92%
G=7.54%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151198200.870.460.41331.3677.6533.33
Hex9713520572E2914b4e21
Octal227231220127565151311641
Binary10010111100111010010010101111011101010011010010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971352; }

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

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

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

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

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

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

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

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