Html Css Color HEX #970845 Jazzberry Jam

📋 copy color: '#970845'

red 151 ◦ green 8 ◦ blue 69

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

Shades of Jazzberry Jam #970845

Tints of Jazzberry Jam #970845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.26%

R = 66.23%
G = 3.51%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#970845 (or 0x970845) is known color: Jazzberry Jam. HEX triplet: 97, 08 and 45. RGB value is (151,8,69). Sum of RGB (Red+Green+Blue) = 151+8+69=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #970845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970845 is #68F7BA. Grayscale: #393939. Windows color (decimal): -6879163 or 4524183. OLE color: 4524183.

HSL color Cylindrical-coordinate representation of color #970845: hue angle of 334.41º 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 #970845 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 8 69 -
CMYK 0 0.95 0.54 0.41
HSL 334.41º 0.9% 0.31% -
HSV(B) 334.41º 0.95% 0.59% -
XYZ 13.92 7.18 6.28 -
YUV 57.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 151 8 69 0 0.95 0.54 0.41 334.41 0.9 0.31
Hex 97 8 45 0 5F 36 29 14E 5A 1F
Octal 227 10 105 0 137 66 51 516 132 37
Binary 10010111 1000 1000101 0 1011111 110110 101001 101001110 1011010 11111

Color Harmonies of #970845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970845

Black with #970845

Text Example


Text Example

White with #970845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970845; }

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

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

background-color css

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

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

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

border-color css

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

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

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