Html Css Color HEX #970245 Jazzberry Jam

📋 copy color: '#970245'

red 151 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #970245

Tints of Jazzberry Jam #970245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 68.02%
G = 0.9%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#970245 (or 0x970245) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 45. RGB value is (151,2,69). Sum of RGB (Red+Green+Blue) = 151+2+69=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #970245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970245 is #68FDBA. Grayscale: #363636. Windows color (decimal): -6880699 or 4522647. OLE color: 4522647.

HSL color Cylindrical-coordinate representation of color #970245: hue angle of 333.02º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970245 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 2 69 -
CMYK 0 0.99 0.54 0.41
HSL 333.02º 0.97% 0.3% -
HSV(B) 333.02º 0.99% 0.59% -
XYZ 13.86 7.05 6.26 -
YUV 54.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 151 2 69 0 0.99 0.54 0.41 333.02 0.97 0.3
Hex 97 2 45 0 63 36 29 14D 61 1E
Octal 227 2 105 0 143 66 51 515 141 36
Binary 10010111 10 1000101 0 1100011 110110 101001 101001101 1100001 11110

Color Harmonies of #970245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970245

Black with #970245

Text Example


Text Example

White with #970245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970245; }

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

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

background-color css

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

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

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

border-color css

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

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

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