Html Css Color HEX #970B55 Jazzberry Jam

📋 copy color: '#970B55'

red 151 ◦ green 11 ◦ blue 85

#970B55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #970B55

Tints of Jazzberry Jam #970B55

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 value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#970B55 (or 0x970B55) is known color: 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

RGB 151 11 85 -
CMYK 0 0.93 0.44 0.41
HSL 328.29º 0.86% 0.32% -
HSV(B) 328.29º 0.93% 0.59% -
XYZ 14.52 7.47 9.27 -
YUV 61.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 151 11 85 0 0.93 0.44 0.41 328.29 0.86 0.32
Hex 97 B 55 0 5D 2C 29 148 56 20
Octal 227 13 125 0 135 54 51 510 126 40
Binary 10010111 1011 1010101 0 1011101 101100 101001 101001000 1010110 100000

Color Harmonies of #970B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B55

Black with #970B55

Text Example


Text Example

White with #970B55

Text Example


Text Example

HTML Codes & Css Web 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>