Html Css Color HEX #971058 Jazzberry Jam

📋 copy color: '#971058'

red 151 ◦ green 16 ◦ blue 88

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

Shades of Jazzberry Jam #971058

Tints of Jazzberry Jam #971058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 59.22%
G = 6.27%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#971058 (or 0x971058) is known color: Jazzberry Jam. HEX triplet: 97, 10 and 58. RGB value is (151,16,88). Sum of RGB (Red+Green+Blue) = 151+16+88=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #971058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971058 is #68EFA7. Grayscale: #404040. Windows color (decimal): -6877096 or 5771415. OLE color: 5771415.

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

Color convert

RGB 151 16 88 -
CMYK 0 0.89 0.42 0.41
HSL 328º 0.81% 0.33% -
HSV(B) 328º 0.89% 0.59% -
XYZ 14.71 7.65 9.93 -
YUV 64.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 151 16 88 0 0.89 0.42 0.41 328 0.81 0.33
Hex 97 10 58 0 59 2A 29 148 51 21
Octal 227 20 130 0 131 52 51 510 121 41
Binary 10010111 10000 1011000 0 1011001 101010 101001 101001000 1010001 100001

Color Harmonies of #971058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971058

Black with #971058

Text Example


Text Example

White with #971058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971058; }

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

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

background-color css

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

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

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

border-color css

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

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

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