Html Css Color HEX #970D50 Jazzberry Jam

📋 copy color: '#970D50'

red 151 ◦ green 13 ◦ blue 80

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

Shades of Jazzberry Jam #970D50

Tints of Jazzberry Jam #970D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

 BLUE value IS 80 (31.64% from 255) = 32.79%

R = 61.89%
G = 5.33%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#970D50 (or 0x970D50) is known color: Jazzberry Jam. HEX triplet: 97, 0D and 50. RGB value is (151,13,80). Sum of RGB (Red+Green+Blue) = 151+13+80=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #970D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D50 is #68F2AF. Grayscale: #3D3D3D. Windows color (decimal): -6877872 or 5246359. OLE color: 5246359.

HSL color Cylindrical-coordinate representation of color #970D50: hue angle of 330.87º degrees, saturation: 0.84, 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 #970D50 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 13 80 -
CMYK 0 0.91 0.47 0.41
HSL 330.87º 0.84% 0.32% -
HSV(B) 330.87º 0.91% 0.59% -
XYZ 14.35 7.45 8.27 -
YUV 61.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 151 13 80 0 0.91 0.47 0.41 330.87 0.84 0.32
Hex 97 D 50 0 5B 2F 29 14B 54 20
Octal 227 15 120 0 133 57 51 513 124 40
Binary 10010111 1101 1010000 0 1011011 101111 101001 101001011 1010100 100000

Color Harmonies of #970D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D50

Black with #970D50

Text Example


Text Example

White with #970D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,13,80); }

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

background-color css

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

 a { background-color: rgb(151,13,80); }

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

border-color css

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

 span { border-color: rgb(151,13,80); }

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