Html Css Color HEX #98114C Jazzberry Jam

📋 copy color: '#98114C'

red 152 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #98114C

Tints of Jazzberry Jam #98114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 62.04%
G = 6.94%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98114C (or 0x98114C) is known color: Jazzberry Jam. HEX triplet: 98, 11 and 4C. RGB value is (152,17,76). Sum of RGB (Red+Green+Blue) = 152+17+76=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #98114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98114C is #67EEB3. Grayscale: #3F3F3F. Windows color (decimal): -6811316 or 4985240. OLE color: 4985240.

HSL color Cylindrical-coordinate representation of color #98114C: hue angle of 333.78º degrees, saturation: 0.8, 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 #98114C is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 76 -
CMYK 0 0.89 0.50 0.40
HSL 333.78º 0.8% 0.33% -
HSV(B) 333.78º 0.89% 0.6% -
XYZ 14.45 7.6 7.54 -
YUV 64.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 152 17 76 0 0.89 0.50 0.40 333.78 0.8 0.33
Hex 98 11 4C 0 59 32 28 14E 50 21
Octal 230 21 114 0 131 62 50 516 120 41
Binary 10011000 10001 1001100 0 1011001 110010 101000 101001110 1010000 100001

Color Harmonies of #98114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98114C

Black with #98114C

Text Example


Text Example

White with #98114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98114C; }

 p { color: rgb(152,17,76); }

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

background-color css

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

 a { background-color: rgb(152,17,76); }

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

border-color css

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

 span { border-color: rgb(152,17,76); }

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