Html Css Color HEX #970E5D Jazzberry Jam

📋 copy color: '#970E5D'

red 151 ◦ green 14 ◦ blue 93

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

Shades of Jazzberry Jam #970E5D

Tints of Jazzberry Jam #970E5D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 58.53%
G = 5.43%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#970E5D (or 0x970E5D) is known color: Jazzberry Jam. HEX triplet: 97, 0E and 5D. RGB value is (151,14,93). Sum of RGB (Red+Green+Blue) = 151+14+93=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #970E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E5D is #68F1A2. Grayscale: #3F3F3F. Windows color (decimal): -6877603 or 6098583. OLE color: 6098583.

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

Color convert

RGB 151 14 93 -
CMYK 0 0.91 0.38 0.41
HSL 325.4º 0.83% 0.32% -
HSV(B) 325.4º 0.91% 0.59% -
XYZ 14.9 7.68 11.05 -
YUV 63.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 151 14 93 0 0.91 0.38 0.41 325.4 0.83 0.32
Hex 97 E 5D 0 5B 26 29 145 53 20
Octal 227 16 135 0 133 46 51 505 123 40
Binary 10010111 1110 1011101 0 1011011 100110 101001 101000101 1010011 100000

Color Harmonies of #970E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E5D

Black with #970E5D

Text Example


Text Example

White with #970E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,14,93); }

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

background-color css

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

 a { background-color: rgb(151,14,93); }

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

border-color css

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

 span { border-color: rgb(151,14,93); }

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