Html Css Color HEX #98044E Jazzberry Jam

📋 copy color: '#98044E'

red 152 ◦ green 4 ◦ blue 78

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

Shades of Jazzberry Jam #98044E

Tints of Jazzberry Jam #98044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.71%

 BLUE value IS 78 (30.86% from 255) = 33.33%

R = 64.96%
G = 1.71%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98044E (or 0x98044E) is known color: Jazzberry Jam. HEX triplet: 98, 04 and 4E. RGB value is (152,4,78). Sum of RGB (Red+Green+Blue) = 152+4+78=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98044E is #67FBB1. Grayscale: #383838. Windows color (decimal): -6814642 or 5112984. OLE color: 5112984.

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

Color convert

RGB 152 4 78 -
CMYK 0 0.97 0.49 0.40
HSL 330º 0.95% 0.31% -
HSV(B) 330º 0.97% 0.6% -
XYZ 14.37 7.31 7.86 -
YUV 56.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 152 4 78 0 0.97 0.49 0.40 330 0.95 0.31
Hex 98 4 4E 0 61 31 28 14A 5F 1F
Octal 230 4 116 0 141 61 50 512 137 37
Binary 10011000 100 1001110 0 1100001 110001 101000 101001010 1011111 11111

Color Harmonies of #98044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98044E

Black with #98044E

Text Example


Text Example

White with #98044E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98044E; }

 p { color: rgb(152,4,78); }

 H1.HeaderClassName
 {
   color: #98044E;
 }
 .AnyTagClassName
 {
   color: #98044E;
 }
</style>

background-color css

<style>
 a { background-color: #98044E; }

 a { background-color: rgb(152,4,78); }

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

border-color css

<style>
 span { border-color: #98044E; }

 span { border-color: rgb(152,4,78); }

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