Html Css Color HEX #981960 Jazzberry Jam

📋 copy color: '#981960'

red 152 ◦ green 25 ◦ blue 96

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

Shades of Jazzberry Jam #981960

Tints of Jazzberry Jam #981960

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 55.68%
G = 9.16%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#981960 (or 0x981960) is known color: Jazzberry Jam. HEX triplet: 98, 19 and 60. RGB value is (152,25,96). Sum of RGB (Red+Green+Blue) = 152+25+96=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #981960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981960 is #67E69F. Grayscale: #464646. Windows color (decimal): -6809248 or 6298008. OLE color: 6298008.

HSL color Cylindrical-coordinate representation of color #981960: hue angle of 326.46º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981960 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 96 -
CMYK 0 0.84 0.37 0.40
HSL 326.46º 0.72% 0.35% -
HSV(B) 326.46º 0.84% 0.6% -
XYZ 15.41 8.22 11.84 -
YUV 71.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 152 25 96 0 0.84 0.37 0.40 326.46 0.72 0.35
Hex 98 19 60 0 54 25 28 146 48 23
Octal 230 31 140 0 124 45 50 506 110 43
Binary 10011000 11001 1100000 0 1010100 100101 101000 101000110 1001000 100011

Color Harmonies of #981960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981960

Black with #981960

Text Example


Text Example

White with #981960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981960; }

 p { color: rgb(152,25,96); }

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

background-color css

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

 a { background-color: rgb(152,25,96); }

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

border-color css

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

 span { border-color: rgb(152,25,96); }

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