Html Css Color HEX #971352 Jazzberry Jam

📋 copy color: '#971352'

red 151 ◦ green 19 ◦ blue 82

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

Shades of Jazzberry Jam #971352

Tints of Jazzberry Jam #971352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 59.92%
G = 7.54%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.41

RGB Variations

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

Color information

#971352 (or 0x971352) is known color: Jazzberry Jam. HEX triplet: 97, 13 and 52. RGB value is (151,19,82). Sum of RGB (Red+Green+Blue) = 151+19+82=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #971352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971352 is #68ECAD. Grayscale: #414141. Windows color (decimal): -6876334 or 5378967. OLE color: 5378967.

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

Color convert

RGB 151 19 82 -
CMYK 0 0.87 0.46 0.41
HSL 331.36º 0.78% 0.33% -
HSV(B) 331.36º 0.87% 0.59% -
XYZ 14.52 7.65 8.69 -
YUV 65.65 137.23 188.88 -
System Red Green Blue C M Y K H S L
Decimal 151 19 82 0 0.87 0.46 0.41 331.36 0.78 0.33
Hex 97 13 52 0 57 2E 29 14B 4E 21
Octal 227 23 122 0 127 56 51 513 116 41
Binary 10010111 10011 1010010 0 1010111 101110 101001 101001011 1001110 100001

Color Harmonies of #971352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971352

Black with #971352

Text Example


Text Example

White with #971352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971352; }

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

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

background-color css

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

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

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

border-color css

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

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

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