Html Css Color HEX #970C54 Jazzberry Jam

📋 copy color: '#970C54'

red 151 ◦ green 12 ◦ blue 84

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

Shades of Jazzberry Jam #970C54

Tints of Jazzberry Jam #970C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.01%

R = 61.13%
G = 4.86%
B = 34.01%

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

#970C54 (or 0x970C54) is known color: Jazzberry Jam. HEX triplet: 97, 0C and 54. RGB value is (151,12,84). Sum of RGB (Red+Green+Blue) = 151+12+84=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #970C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C54 is #68F3AB. Grayscale: #3D3D3D. Windows color (decimal): -6878124 or 5508247. OLE color: 5508247.

HSL color Cylindrical-coordinate representation of color #970C54: hue angle of 328.92º 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 #970C54 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 12 84 -
CMYK 0 0.92 0.44 0.41
HSL 328.92º 0.85% 0.32% -
HSV(B) 328.92º 0.92% 0.59% -
XYZ 14.49 7.48 9.07 -
YUV 61.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 151 12 84 0 0.92 0.44 0.41 328.92 0.85 0.32
Hex 97 C 54 0 5C 2C 29 149 55 20
Octal 227 14 124 0 134 54 51 511 125 40
Binary 10010111 1100 1010100 0 1011100 101100 101001 101001001 1010101 100000

Color Harmonies of #970C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C54

Black with #970C54

Text Example


Text Example

White with #970C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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