Html Css Color HEX #971553 Jazzberry Jam

📋 copy color: '#971553'

red 151 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #971553

Tints of Jazzberry Jam #971553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

 BLUE value IS 83 (32.81% from 255) = 32.55%

R = 59.22%
G = 8.24%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#971553 (or 0x971553) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 53. RGB value is (151,21,83). Sum of RGB (Red+Green+Blue) = 151+21+83=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #971553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971553 is #68EAAC. Grayscale: #424242. Windows color (decimal): -6875821 or 5445015. OLE color: 5445015.

HSL color Cylindrical-coordinate representation of color #971553: hue angle of 331.38º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971553 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 83 -
CMYK 0 0.86 0.45 0.41
HSL 331.38º 0.76% 0.34% -
HSV(B) 331.38º 0.86% 0.59% -
XYZ 14.59 7.74 8.91 -
YUV 66.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 151 21 83 0 0.86 0.45 0.41 331.38 0.76 0.34
Hex 97 15 53 0 56 2D 29 14B 4C 22
Octal 227 25 123 0 126 55 51 513 114 42
Binary 10010111 10101 1010011 0 1010110 101101 101001 101001011 1001100 100010

Color Harmonies of #971553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971553

Black with #971553

Text Example


Text Example

White with #971553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971553; }

 p { color: rgb(151,21,83); }

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

background-color css

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

 a { background-color: rgb(151,21,83); }

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

border-color css

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

 span { border-color: rgb(151,21,83); }

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