Html Css Color HEX #970A47 Jazzberry Jam

📋 copy color: '#970A47'

red 151 ◦ green 10 ◦ blue 71

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

Shades of Jazzberry Jam #970A47

Tints of Jazzberry Jam #970A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 65.09%
G = 4.31%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#970A47 (or 0x970A47) is known color: Jazzberry Jam. HEX triplet: 97, 0A and 47. RGB value is (151,10,71). Sum of RGB (Red+Green+Blue) = 151+10+71=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #970A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970A47 is #68F5B8. Grayscale: #3B3B3B. Windows color (decimal): -6878649 or 4655767. OLE color: 4655767.

HSL color Cylindrical-coordinate representation of color #970A47: hue angle of 334.04º 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 #970A47 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 10 71 -
CMYK 0 0.93 0.53 0.41
HSL 334.04º 0.88% 0.32% -
HSV(B) 334.04º 0.93% 0.59% -
XYZ 14.01 7.25 6.62 -
YUV 59.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 151 10 71 0 0.93 0.53 0.41 334.04 0.88 0.32
Hex 97 A 47 0 5D 35 29 14E 58 20
Octal 227 12 107 0 135 65 51 516 130 40
Binary 10010111 1010 1000111 0 1011101 110101 101001 101001110 1011000 100000

Color Harmonies of #970A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A47

Black with #970A47

Text Example


Text Example

White with #970A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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