Html Css Color HEX #970A5A Jazzberry Jam

📋 copy color: '#970A5A'

red 151 ◦ green 10 ◦ blue 90

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

Shades of Jazzberry Jam #970A5A

Tints of Jazzberry Jam #970A5A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

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

R = 60.16%
G = 3.98%
B = 35.86%

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

#970A5A (or 0x970A5A) is known color: Jazzberry Jam. HEX triplet: 97, 0A and 5A. RGB value is (151,10,90). Sum of RGB (Red+Green+Blue) = 151+10+90=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #970A5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A5A is #68F5A5. Grayscale: #3D3D3D. Windows color (decimal): -6878630 or 5900951. OLE color: 5900951.

HSL color Cylindrical-coordinate representation of color #970A5A: hue angle of 325.96º degrees, saturation: 0.88, 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 #970A5A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 10 90 -
CMYK 0 0.93 0.40 0.41
HSL 325.96º 0.88% 0.32% -
HSV(B) 325.96º 0.93% 0.59% -
XYZ 14.72 7.53 10.35 -
YUV 61.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 151 10 90 0 0.93 0.40 0.41 325.96 0.88 0.32
Hex 97 A 5A 0 5D 28 29 146 58 20
Octal 227 12 132 0 135 50 51 506 130 40
Binary 10010111 1010 1011010 0 1011101 101000 101001 101000110 1011000 100000

Color Harmonies of #970A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970A5A

Black with #970A5A

Text Example


Text Example

White with #970A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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