Html Css Color HEX #98124D Jazzberry Jam

📋 copy color: '#98124D'

red 152 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #98124D

Tints of Jazzberry Jam #98124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 61.54%
G = 7.29%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98124D (or 0x98124D) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 4D. RGB value is (152,18,77). Sum of RGB (Red+Green+Blue) = 152+18+77=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98124D is #67EDB2. Grayscale: #404040. Windows color (decimal): -6811059 or 5051032. OLE color: 5051032.

HSL color Cylindrical-coordinate representation of color #98124D: hue angle of 333.58º 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 #98124D is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 77 -
CMYK 0 0.88 0.49 0.40
HSL 333.58º 0.79% 0.33% -
HSV(B) 333.58º 0.88% 0.6% -
XYZ 14.5 7.64 7.73 -
YUV 64.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 152 18 77 0 0.88 0.49 0.40 333.58 0.79 0.33
Hex 98 12 4D 0 58 31 28 14E 4F 21
Octal 230 22 115 0 130 61 50 516 117 41
Binary 10011000 10010 1001101 0 1011000 110001 101000 101001110 1001111 100001

Color Harmonies of #98124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98124D

Black with #98124D

Text Example


Text Example

White with #98124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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