Html Css Color HEX #97134D Jazzberry Jam

📋 copy color: '#97134D'

red 151 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #97134D

Tints of Jazzberry Jam #97134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 61.13%
G = 7.69%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#97134D (or 0x97134D) is known color: Jazzberry Jam. HEX triplet: 97, 13 and 4D. RGB value is (151,19,77). Sum of RGB (Red+Green+Blue) = 151+19+77=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #97134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97134D is #68ECB2. Grayscale: #404040. Windows color (decimal): -6876339 or 5051287. OLE color: 5051287.

HSL color Cylindrical-coordinate representation of color #97134D: hue angle of 333.64º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97134D is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 77 -
CMYK 0 0.87 0.49 0.41
HSL 333.64º 0.78% 0.33% -
HSV(B) 333.64º 0.87% 0.59% -
XYZ 14.33 7.58 7.73 -
YUV 65.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 151 19 77 0 0.87 0.49 0.41 333.64 0.78 0.33
Hex 97 13 4D 0 57 31 29 14E 4E 21
Octal 227 23 115 0 127 61 51 516 116 41
Binary 10010111 10011 1001101 0 1010111 110001 101001 101001110 1001110 100001

Color Harmonies of #97134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97134D

Black with #97134D

Text Example


Text Example

White with #97134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97134D; }

 p { color: rgb(151,19,77); }

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

background-color css

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

 a { background-color: rgb(151,19,77); }

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

border-color css

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

 span { border-color: rgb(151,19,77); }

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