#970B55

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

Shades of Jazzberry Jam #970B55

Tints of Jazzberry Jam #970B55

Color information

#970B55 (or 0x970B55) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 0B and 55. RGB value is (151,11,85). Sum of RGB (Red+Green+Blue) = 151+11+85=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #970B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970B55 is #68F4AA. Grayscale: #3D3D3D. Windows color (decimal): -6878379 or 5573527. OLE color: 5573527.

HSL color Cylindrical-coordinate representation of color #970B55: hue angle of 328.29º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B55 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB1511185-
CMYK00.930.440.41
HSL328.29º86.42%31.76%-
HSV(B)328.29º92.72%59.22%-
XYZ14.527.479.27-
YUV61.3141.38191.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.13%
GREEN value IS 11 (4.69% from 255) = 4.45%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=61.13%
G=4.45%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151118500.930.440.41328.2986.4231.76
Hex97B5505D2C291485620
Octal227131250135545151012640
Binary1001011110111010101010111011011001010011010010001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970B55; }

 p { color: rgb(151,11,85); }

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

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

 a { background-color: rgb(151,11,85); }

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

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

 span { border-color: rgb(151,11,85); }

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