Html Css Color HEX #98004D Jazzberry Jam

📋 copy color: '#98004D'

red 152 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #98004D

Tints of Jazzberry Jam #98004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.38%
G = 0%
B = 33.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98004D (or 0x98004D) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 4D. RGB value is (152,0,77). Sum of RGB (Red+Green+Blue) = 152+0+77=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #98004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98004D is #67FFB2. Grayscale: #363636. Windows color (decimal): -6815667 or 5046424. OLE color: 5046424.

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

Color convert

RGB 152 0 77 -
CMYK 0 1 0.49 0.40
HSL 329.61º 1% 0.3% -
HSV(B) 329.61º 1% 0.6% -
XYZ 14.29 7.21 7.66 -
YUV 54.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 152 0 77 0 1 0.49 0.40 329.61 1 0.3
Hex 98 0 4D 0 64 31 28 14A 64 1E
Octal 230 0 115 0 144 61 50 512 144 36
Binary 10011000 0 1001101 0 1100100 110001 101000 101001010 1100100 11110

Color Harmonies of #98004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98004D

Black with #98004D

Text Example


Text Example

White with #98004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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