Html Css Color HEX #98124C Jazzberry Jam

📋 copy color: '#98124C'

red 152 ◦ green 18 ◦ blue 76

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

Shades of Jazzberry Jam #98124C

Tints of Jazzberry Jam #98124C

RGB

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

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

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

R = 61.79%
G = 7.32%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98124C (or 0x98124C) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 4C. RGB value is (152,18,76). Sum of RGB (Red+Green+Blue) = 152+18+76=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98124C is #67EDB3. Grayscale: #404040. Windows color (decimal): -6811060 or 4985496. OLE color: 4985496.

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

Color convert

RGB 152 18 76 -
CMYK 0 0.88 0.50 0.40
HSL 334.03º 0.79% 0.33% -
HSV(B) 334.03º 0.88% 0.6% -
XYZ 14.47 7.63 7.55 -
YUV 64.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 152 18 76 0 0.88 0.50 0.40 334.03 0.79 0.33
Hex 98 12 4C 0 58 32 28 14E 4F 21
Octal 230 22 114 0 130 62 50 516 117 41
Binary 10011000 10010 1001100 0 1011000 110010 101000 101001110 1001111 100001

Color Harmonies of #98124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98124C

Black with #98124C

Text Example


Text Example

White with #98124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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