Html Css Color HEX #981558 Jazzberry Jam

📋 copy color: '#981558'

red 152 ◦ green 21 ◦ blue 88

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

Shades of Jazzberry Jam #981558

Tints of Jazzberry Jam #981558

RGB

 RED value IS 152 (59.77% from 255) = 58.24%

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

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

R = 58.24%
G = 8.05%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#981558 (or 0x981558) is known color: Jazzberry Jam. HEX triplet: 98, 15 and 58. RGB value is (152,21,88). Sum of RGB (Red+Green+Blue) = 152+21+88=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #981558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981558 is #67EAA7. Grayscale: #434343. Windows color (decimal): -6810280 or 5772696. OLE color: 5772696.

HSL color Cylindrical-coordinate representation of color #981558: hue angle of 329.31º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981558 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 21 88 -
CMYK 0 0.86 0.42 0.40
HSL 329.31º 0.76% 0.34% -
HSV(B) 329.31º 0.86% 0.6% -
XYZ 14.98 7.92 9.97 -
YUV 67.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 152 21 88 0 0.86 0.42 0.40 329.31 0.76 0.34
Hex 98 15 58 0 56 2A 28 149 4C 22
Octal 230 25 130 0 126 52 50 511 114 42
Binary 10011000 10101 1011000 0 1010110 101010 101000 101001001 1001100 100010

Color Harmonies of #981558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981558

Black with #981558

Text Example


Text Example

White with #981558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981558; }

 p { color: rgb(152,21,88); }

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

background-color css

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

 a { background-color: rgb(152,21,88); }

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

border-color css

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

 span { border-color: rgb(152,21,88); }

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