Html Css Color HEX #971152 Jazzberry Jam

📋 copy color: '#971152'

red 151 ◦ green 17 ◦ blue 82

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

Shades of Jazzberry Jam #971152

Tints of Jazzberry Jam #971152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

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

R = 60.4%
G = 6.8%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#971152 (or 0x971152) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 52. RGB value is (151,17,82). Sum of RGB (Red+Green+Blue) = 151+17+82=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #971152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971152 is #68EEAD. Grayscale: #404040. Windows color (decimal): -6876846 or 5378455. OLE color: 5378455.

HSL color Cylindrical-coordinate representation of color #971152: hue angle of 330.9º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971152 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 82 -
CMYK 0 0.89 0.46 0.41
HSL 330.9º 0.8% 0.33% -
HSV(B) 330.9º 0.89% 0.59% -
XYZ 14.49 7.59 8.68 -
YUV 64.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 151 17 82 0 0.89 0.46 0.41 330.9 0.8 0.33
Hex 97 11 52 0 59 2E 29 14B 50 21
Octal 227 21 122 0 131 56 51 513 120 41
Binary 10010111 10001 1010010 0 1011001 101110 101001 101001011 1010000 100001

Color Harmonies of #971152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971152

Black with #971152

Text Example


Text Example

White with #971152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971152; }

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

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

background-color css

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

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

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

border-color css

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

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

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