Html Css Color HEX #970A4D Jazzberry Jam

📋 copy color: '#970A4D'

red 151 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #970A4D

Tints of Jazzberry Jam #970A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

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

R = 63.45%
G = 4.2%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#970A4D (or 0x970A4D) is known color: Jazzberry Jam. HEX triplet: 97, 0A and 4D. RGB value is (151,10,77). Sum of RGB (Red+Green+Blue) = 151+10+77=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #970A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A4D is #68F5B2. Grayscale: #3B3B3B. Windows color (decimal): -6878643 or 5048983. OLE color: 5048983.

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

Color convert

RGB 151 10 77 -
CMYK 0 0.93 0.49 0.41
HSL 331.49º 0.88% 0.32% -
HSV(B) 331.49º 0.93% 0.59% -
XYZ 14.21 7.33 7.69 -
YUV 59.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 151 10 77 0 0.93 0.49 0.41 331.49 0.88 0.32
Hex 97 A 4D 0 5D 31 29 14B 58 20
Octal 227 12 115 0 135 61 51 513 130 40
Binary 10010111 1010 1001101 0 1011101 110001 101001 101001011 1011000 100000

Color Harmonies of #970A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A4D

Black with #970A4D

Text Example


Text Example

White with #970A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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