Html Css Color HEX #970C55 Jazzberry Jam

📋 copy color: '#970C55'

red 151 ◦ green 12 ◦ blue 85

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

Shades of Jazzberry Jam #970C55

Tints of Jazzberry Jam #970C55

RGB

 RED value IS 151 (59.38% from 255) = 60.89%

 GREEN value IS 12 (5.08% from 255) = 4.84%

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 60.89%
G = 4.84%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#970C55 (or 0x970C55) is known color: Jazzberry Jam. HEX triplet: 97, 0C and 55. RGB value is (151,12,85). Sum of RGB (Red+Green+Blue) = 151+12+85=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #970C55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C55 is #68F3AA. Grayscale: #3D3D3D. Windows color (decimal): -6878123 or 5573783. OLE color: 5573783.

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

Color convert

RGB 151 12 85 -
CMYK 0 0.92 0.44 0.41
HSL 328.49º 0.85% 0.32% -
HSV(B) 328.49º 0.92% 0.59% -
XYZ 14.53 7.5 9.28 -
YUV 61.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 151 12 85 0 0.92 0.44 0.41 328.49 0.85 0.32
Hex 97 C 55 0 5C 2C 29 148 55 20
Octal 227 14 125 0 134 54 51 510 125 40
Binary 10010111 1100 1010101 0 1011100 101100 101001 101001000 1010101 100000

Color Harmonies of #970C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C55

Black with #970C55

Text Example


Text Example

White with #970C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #970C55;
 }
 .AnyTagClassName
 {
   color: #970C55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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