Html Css Color HEX #970250 Jazzberry Jam

📋 copy color: '#970250'

red 151 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #970250

Tints of Jazzberry Jam #970250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.33%

R = 64.81%
G = 0.86%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#970250 (or 0x970250) is known color: Jazzberry Jam. HEX triplet: 97, 02 and 50. RGB value is (151,2,80). Sum of RGB (Red+Green+Blue) = 151+2+80=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #970250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970250 is #68FDAF. Grayscale: #373737. Windows color (decimal): -6880688 or 5243543. OLE color: 5243543.

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

Color convert

RGB 151 2 80 -
CMYK 0 0.99 0.47 0.41
HSL 328.59º 0.97% 0.3% -
HSV(B) 328.59º 0.99% 0.59% -
XYZ 14.23 7.2 8.23 -
YUV 55.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 151 2 80 0 0.99 0.47 0.41 328.59 0.97 0.3
Hex 97 2 50 0 63 2F 29 149 61 1E
Octal 227 2 120 0 143 57 51 511 141 36
Binary 10010111 10 1010000 0 1100011 101111 101001 101001001 1100001 11110

Color Harmonies of #970250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970250

Black with #970250

Text Example


Text Example

White with #970250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970250; }

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

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

background-color css

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

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

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

border-color css

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

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

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