Html Css Color HEX #981056 Jazzberry Jam

📋 copy color: '#981056'

red 152 ◦ green 16 ◦ blue 86

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

Shades of Jazzberry Jam #981056

Tints of Jazzberry Jam #981056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.86%

R = 59.84%
G = 6.3%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#981056 (or 0x981056) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 56. RGB value is (152,16,86). Sum of RGB (Red+Green+Blue) = 152+16+86=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #981056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981056 is #67EFA9. Grayscale: #404040. Windows color (decimal): -6811562 or 5640344. OLE color: 5640344.

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

Color convert

RGB 152 16 86 -
CMYK 0 0.89 0.43 0.40
HSL 329.12º 0.81% 0.33% -
HSV(B) 329.12º 0.89% 0.6% -
XYZ 14.81 7.72 9.51 -
YUV 64.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 152 16 86 0 0.89 0.43 0.40 329.12 0.81 0.33
Hex 98 10 56 0 59 2B 28 149 51 21
Octal 230 20 126 0 131 53 50 511 121 41
Binary 10011000 10000 1010110 0 1011001 101011 101000 101001001 1010001 100001

Color Harmonies of #981056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981056

Black with #981056

Text Example


Text Example

White with #981056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981056; }

 p { color: rgb(152,16,86); }

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

background-color css

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

 a { background-color: rgb(152,16,86); }

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

border-color css

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

 span { border-color: rgb(152,16,86); }

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