Html Css Color HEX #98044C Jazzberry Jam

📋 copy color: '#98044C'

red 152 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #98044C

Tints of Jazzberry Jam #98044C

RGB

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

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

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

R = 65.52%
G = 1.72%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98044C (or 0x98044C) is known color: Jazzberry Jam. HEX triplet: 98, 04 and 4C. RGB value is (152,4,76). Sum of RGB (Red+Green+Blue) = 152+4+76=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98044C is #67FBB3. Grayscale: #383838. Windows color (decimal): -6814644 or 4981912. OLE color: 4981912.

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

Color convert

RGB 152 4 76 -
CMYK 0 0.97 0.50 0.40
HSL 330.81º 0.95% 0.31% -
HSV(B) 330.81º 0.97% 0.6% -
XYZ 14.3 7.28 7.49 -
YUV 56.46 139.03 196.15 -
System Red Green Blue C M Y K H S L
Decimal 152 4 76 0 0.97 0.50 0.40 330.81 0.95 0.31
Hex 98 4 4C 0 61 32 28 14B 5F 1F
Octal 230 4 114 0 141 62 50 513 137 37
Binary 10011000 100 1001100 0 1100001 110010 101000 101001011 1011111 11111

Color Harmonies of #98044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98044C

Black with #98044C

Text Example


Text Example

White with #98044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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