Html Css Color HEX #970850 Jazzberry Jam

📋 copy color: '#970850'

red 151 ◦ green 8 ◦ blue 80

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

Shades of Jazzberry Jam #970850

Tints of Jazzberry Jam #970850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

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

R = 63.18%
G = 3.35%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#970850 (or 0x970850) is known color: Jazzberry Jam. HEX triplet: 97, 08 and 50. RGB value is (151,8,80). Sum of RGB (Red+Green+Blue) = 151+8+80=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #970850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970850 is #68F7AF. Grayscale: #3A3A3A. Windows color (decimal): -6879152 or 5245079. OLE color: 5245079.

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

Color convert

RGB 151 8 80 -
CMYK 0 0.95 0.47 0.41
HSL 329.79º 0.9% 0.31% -
HSV(B) 329.79º 0.95% 0.59% -
XYZ 14.3 7.33 8.25 -
YUV 58.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 151 8 80 0 0.95 0.47 0.41 329.79 0.9 0.31
Hex 97 8 50 0 5F 2F 29 14A 5A 1F
Octal 227 10 120 0 137 57 51 512 132 37
Binary 10010111 1000 1010000 0 1011111 101111 101001 101001010 1011010 11111

Color Harmonies of #970850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970850

Black with #970850

Text Example


Text Example

White with #970850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970850; }

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

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

background-color css

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

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

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

border-color css

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

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

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