Html Css Color HEX #98104A Jazzberry Jam

📋 copy color: '#98104A'

red 152 ◦ green 16 ◦ blue 74

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

Shades of Jazzberry Jam #98104A

Tints of Jazzberry Jam #98104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 62.81%
G = 6.61%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98104A (or 0x98104A) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 4A. RGB value is (152,16,74). Sum of RGB (Red+Green+Blue) = 152+16+74=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #98104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98104A is #67EFB5. Grayscale: #3F3F3F. Windows color (decimal): -6811574 or 4853912. OLE color: 4853912.

HSL color Cylindrical-coordinate representation of color #98104A: hue angle of 334.41º degrees, saturation: 0.81, 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 #98104A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 74 -
CMYK 0 0.89 0.51 0.40
HSL 334.41º 0.81% 0.33% -
HSV(B) 334.41º 0.89% 0.6% -
XYZ 14.37 7.54 7.18 -
YUV 63.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 152 16 74 0 0.89 0.51 0.40 334.41 0.81 0.33
Hex 98 10 4A 0 59 33 28 14E 51 21
Octal 230 20 112 0 131 63 50 516 121 41
Binary 10011000 10000 1001010 0 1011001 110011 101000 101001110 1010001 100001

Color Harmonies of #98104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98104A

Black with #98104A

Text Example


Text Example

White with #98104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98104A; }

 p { color: rgb(152,16,74); }

 H1.HeaderClassName
 {
   color: #98104A;
 }
 .AnyTagClassName
 {
   color: #98104A;
 }
</style>

background-color css

<style>
 a { background-color: #98104A; }

 a { background-color: rgb(152,16,74); }

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

border-color css

<style>
 span { border-color: #98104A; }

 span { border-color: rgb(152,16,74); }

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