Html Css Color HEX #971052 Jazzberry Jam

📋 copy color: '#971052'

red 151 ◦ green 16 ◦ blue 82

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

Shades of Jazzberry Jam #971052

Tints of Jazzberry Jam #971052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 60.64%
G = 6.43%
B = 32.93%

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

#971052 (or 0x971052) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 52. RGB value is (151,16,82). Sum of RGB (Red+Green+Blue) = 151+16+82=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #971052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971052 is #68EFAD. Grayscale: #3F3F3F. Windows color (decimal): -6877102 or 5378199. OLE color: 5378199.

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

Color convert

RGB 151 16 82 -
CMYK 0 0.89 0.46 0.41
HSL 330.67º 0.81% 0.33% -
HSV(B) 330.67º 0.89% 0.59% -
XYZ 14.47 7.56 8.68 -
YUV 63.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 151 16 82 0 0.89 0.46 0.41 330.67 0.81 0.33
Hex 97 10 52 0 59 2E 29 14B 51 21
Octal 227 20 122 0 131 56 51 513 121 41
Binary 10010111 10000 1010010 0 1011001 101110 101001 101001011 1010001 100001

Color Harmonies of #971052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971052

Black with #971052

Text Example


Text Example

White with #971052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971052; }

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

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

background-color css

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

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

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

border-color css

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

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

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