Html Css Color HEX #970145 Jazzberry Jam

📋 copy color: '#970145'

red 151 ◦ green 1 ◦ blue 69

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

Shades of Jazzberry Jam #970145

Tints of Jazzberry Jam #970145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 68.33%
G = 0.45%
B = 31.22%

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

#970145 (or 0x970145) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 45. RGB value is (151,1,69). Sum of RGB (Red+Green+Blue) = 151+1+69=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #970145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970145 is #68FEBA. Grayscale: #353535. Windows color (decimal): -6880955 or 4522391. OLE color: 4522391.

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

Color convert

RGB 151 1 69 -
CMYK 0 0.99 0.54 0.41
HSL 332.8º 0.99% 0.3% -
HSV(B) 332.8º 0.99% 0.59% -
XYZ 13.85 7.03 6.26 -
YUV 53.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 151 1 69 0 0.99 0.54 0.41 332.8 0.99 0.3
Hex 97 1 45 0 63 36 29 14D 63 1E
Octal 227 1 105 0 143 66 51 515 143 36
Binary 10010111 1 1000101 0 1100011 110110 101001 101001101 1100011 11110

Color Harmonies of #970145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970145

Black with #970145

Text Example


Text Example

White with #970145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970145; }

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

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

background-color css

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

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

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

border-color css

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

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

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