Html Css Color HEX #970B5A Jazzberry Jam

📋 copy color: '#970B5A'

red 151 ◦ green 11 ◦ blue 90

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

Shades of Jazzberry Jam #970B5A

Tints of Jazzberry Jam #970B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.37%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 59.92%
G = 4.37%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#970B5A (or 0x970B5A) is known color: Jazzberry Jam. HEX triplet: 97, 0B and 5A. RGB value is (151,11,90). Sum of RGB (Red+Green+Blue) = 151+11+90=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #970B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970B5A is #68F4A5. Grayscale: #3D3D3D. Windows color (decimal): -6878374 or 5901207. OLE color: 5901207.

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

Color convert

RGB 151 11 90 -
CMYK 0 0.93 0.40 0.41
HSL 326.14º 0.86% 0.32% -
HSV(B) 326.14º 0.93% 0.59% -
XYZ 14.73 7.56 10.36 -
YUV 61.87 143.88 191.58 -
System Red Green Blue C M Y K H S L
Decimal 151 11 90 0 0.93 0.40 0.41 326.14 0.86 0.32
Hex 97 B 5A 0 5D 28 29 146 56 20
Octal 227 13 132 0 135 50 51 506 126 40
Binary 10010111 1011 1011010 0 1011101 101000 101001 101000110 1010110 100000

Color Harmonies of #970B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B5A

Black with #970B5A

Text Example


Text Example

White with #970B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,11,90); }

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

background-color css

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

 a { background-color: rgb(151,11,90); }

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

border-color css

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

 span { border-color: rgb(151,11,90); }

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