Html Css Color HEX #971552 Jazzberry Jam

📋 copy color: '#971552'

red 151 ◦ green 21 ◦ blue 82

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

Shades of Jazzberry Jam #971552

Tints of Jazzberry Jam #971552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.28%

R = 59.45%
G = 8.27%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#971552 (or 0x971552) is known color: Jazzberry Jam. HEX triplet: 97, 15 and 52. RGB value is (151,21,82). Sum of RGB (Red+Green+Blue) = 151+21+82=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #971552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971552 is #68EAAD. Grayscale: #424242. Windows color (decimal): -6875822 or 5379479. OLE color: 5379479.

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

Color convert

RGB 151 21 82 -
CMYK 0 0.86 0.46 0.41
HSL 331.85º 0.76% 0.34% -
HSV(B) 331.85º 0.86% 0.59% -
XYZ 14.55 7.72 8.71 -
YUV 66.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 151 21 82 0 0.86 0.46 0.41 331.85 0.76 0.34
Hex 97 15 52 0 56 2E 29 14C 4C 22
Octal 227 25 122 0 126 56 51 514 114 42
Binary 10010111 10101 1010010 0 1010110 101110 101001 101001100 1001100 100010

Color Harmonies of #971552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971552

Black with #971552

Text Example


Text Example

White with #971552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971552; }

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

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

background-color css

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

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

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

border-color css

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

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

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