Html Css Color HEX #98024D Jazzberry Jam

📋 copy color: '#98024D'

red 152 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #98024D

Tints of Jazzberry Jam #98024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 65.8%
G = 0.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98024D (or 0x98024D) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 4D. RGB value is (152,2,77). Sum of RGB (Red+Green+Blue) = 152+2+77=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98024D is #67FDB2. Grayscale: #373737. Windows color (decimal): -6815155 or 5046936. OLE color: 5046936.

HSL color Cylindrical-coordinate representation of color #98024D: hue angle of 330º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98024D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 2 77 -
CMYK 0 0.99 0.49 0.40
HSL 330º 0.97% 0.3% -
HSV(B) 330º 0.99% 0.6% -
XYZ 14.31 7.25 7.67 -
YUV 55.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 152 2 77 0 0.99 0.49 0.40 330 0.97 0.3
Hex 98 2 4D 0 63 31 28 14A 61 1E
Octal 230 2 115 0 143 61 50 512 141 36
Binary 10011000 10 1001101 0 1100011 110001 101000 101001010 1100001 11110

Color Harmonies of #98024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98024D

Black with #98024D

Text Example


Text Example

White with #98024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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