Html Css Color HEX #981259 Jazzberry Jam

📋 copy color: '#981259'

red 152 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #981259

Tints of Jazzberry Jam #981259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.95%

 BLUE value IS 89 (35.16% from 255) = 34.36%

R = 58.69%
G = 6.95%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#981259 (or 0x981259) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 59. RGB value is (152,18,89). Sum of RGB (Red+Green+Blue) = 152+18+89=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #981259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981259 is #67EDA6. Grayscale: #424242. Windows color (decimal): -6811047 or 5837464. OLE color: 5837464.

HSL color Cylindrical-coordinate representation of color #981259: hue angle of 328.21º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981259 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 89 -
CMYK 0 0.88 0.41 0.40
HSL 328.21º 0.79% 0.33% -
HSV(B) 328.21º 0.88% 0.6% -
XYZ 14.97 7.83 10.17 -
YUV 66.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 152 18 89 0 0.88 0.41 0.40 328.21 0.79 0.33
Hex 98 12 59 0 58 29 28 148 4F 21
Octal 230 22 131 0 130 51 50 510 117 41
Binary 10011000 10010 1011001 0 1011000 101001 101000 101001000 1001111 100001

Color Harmonies of #981259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981259

Black with #981259

Text Example


Text Example

White with #981259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981259; }

 p { color: rgb(152,18,89); }

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

background-color css

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

 a { background-color: rgb(152,18,89); }

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

border-color css

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

 span { border-color: rgb(152,18,89); }

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