Html Css Color HEX #970547 Jazzberry Jam

📋 copy color: '#970547'

red 151 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #970547

Tints of Jazzberry Jam #970547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 71 (28.13% from 255) = 31.28%

R = 66.52%
G = 2.2%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#970547 (or 0x970547) is known color: Jazzberry Jam. HEX triplet: 97, 05 and 47. RGB value is (151,5,71). Sum of RGB (Red+Green+Blue) = 151+5+71=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #970547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970547 is #68FAB8. Grayscale: #383838. Windows color (decimal): -6879929 or 4654487. OLE color: 4654487.

HSL color Cylindrical-coordinate representation of color #970547: hue angle of 332.88º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970547 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 5 71 -
CMYK 0 0.97 0.53 0.41
HSL 332.88º 0.94% 0.31% -
HSV(B) 332.88º 0.97% 0.59% -
XYZ 13.95 7.14 6.6 -
YUV 56.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 151 5 71 0 0.97 0.53 0.41 332.88 0.94 0.31
Hex 97 5 47 0 61 35 29 14D 5E 1F
Octal 227 5 107 0 141 65 51 515 136 37
Binary 10010111 101 1000111 0 1100001 110101 101001 101001101 1011110 11111

Color Harmonies of #970547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970547

Black with #970547

Text Example


Text Example

White with #970547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970547; }

 p { color: rgb(151,5,71); }

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

background-color css

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

 a { background-color: rgb(151,5,71); }

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

border-color css

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

 span { border-color: rgb(151,5,71); }

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