Html Css Color HEX #970C5B Jazzberry Jam

📋 copy color: '#970C5B'

red 151 ◦ green 12 ◦ blue 91

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

Shades of Jazzberry Jam #970C5B

Tints of Jazzberry Jam #970C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 59.45%
G = 4.72%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#970C5B (or 0x970C5B) is known color: Jazzberry Jam. HEX triplet: 97, 0C and 5B. RGB value is (151,12,91). Sum of RGB (Red+Green+Blue) = 151+12+91=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #970C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C5B is #68F3A4. Grayscale: #3E3E3E. Windows color (decimal): -6878117 or 5966999. OLE color: 5966999.

HSL color Cylindrical-coordinate representation of color #970C5B: hue angle of 325.9º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C5B is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 12 91 -
CMYK 0 0.92 0.40 0.41
HSL 325.9º 0.85% 0.32% -
HSV(B) 325.9º 0.92% 0.59% -
XYZ 14.78 7.6 10.58 -
YUV 62.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 151 12 91 0 0.92 0.40 0.41 325.9 0.85 0.32
Hex 97 C 5B 0 5C 28 29 146 55 20
Octal 227 14 133 0 134 50 51 506 125 40
Binary 10010111 1100 1011011 0 1011100 101000 101001 101000110 1010101 100000

Color Harmonies of #970C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C5B

Black with #970C5B

Text Example


Text Example

White with #970C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,12,91); }

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

background-color css

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

 a { background-color: rgb(151,12,91); }

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

border-color css

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

 span { border-color: rgb(151,12,91); }

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