Html Css Color HEX #970640 Jazzberry Jam

📋 copy color: '#970640'

red 151 ◦ green 6 ◦ blue 64

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

Shades of Jazzberry Jam #970640

Tints of Jazzberry Jam #970640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 64 (25.39% from 255) = 28.96%

R = 68.33%
G = 2.71%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#970640 (or 0x970640) is known color: Jazzberry Jam. HEX triplet: 97, 06 and 40. RGB value is (151,6,64). Sum of RGB (Red+Green+Blue) = 151+6+64=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #970640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970640 is #68F9BF. Grayscale: #373737. Windows color (decimal): -6879680 or 4195991. OLE color: 4195991.

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

Color convert

RGB 151 6 64 -
CMYK 0 0.96 0.58 0.41
HSL 336º 0.92% 0.31% -
HSV(B) 336º 0.96% 0.59% -
XYZ 13.75 7.08 5.49 -
YUV 55.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 151 6 64 0 0.96 0.58 0.41 336 0.92 0.31
Hex 97 6 40 0 60 3A 29 150 5C 1F
Octal 227 6 100 0 140 72 51 520 134 37
Binary 10010111 110 1000000 0 1100000 111010 101001 101010000 1011100 11111

Color Harmonies of #970640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970640

Black with #970640

Text Example


Text Example

White with #970640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970640; }

 p { color: rgb(151,6,64); }

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

background-color css

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

 a { background-color: rgb(151,6,64); }

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

border-color css

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

 span { border-color: rgb(151,6,64); }

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