Html Css Color HEX #98034C Jazzberry Jam

📋 copy color: '#98034C'

red 152 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #98034C

Tints of Jazzberry Jam #98034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 65.8%
G = 1.3%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98034C (or 0x98034C) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 4C. RGB value is (152,3,76). Sum of RGB (Red+Green+Blue) = 152+3+76=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98034C is #67FCB3. Grayscale: #373737. Windows color (decimal): -6814900 or 4981656. OLE color: 4981656.

HSL color Cylindrical-coordinate representation of color #98034C: hue angle of 330.6º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98034C is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 76 -
CMYK 0 0.98 0.50 0.40
HSL 330.6º 0.96% 0.3% -
HSV(B) 330.6º 0.98% 0.6% -
XYZ 14.29 7.26 7.49 -
YUV 55.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 152 3 76 0 0.98 0.50 0.40 330.6 0.96 0.3
Hex 98 3 4C 0 62 32 28 14B 60 1E
Octal 230 3 114 0 142 62 50 513 140 36
Binary 10011000 11 1001100 0 1100010 110010 101000 101001011 1100000 11110

Color Harmonies of #98034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98034C

Black with #98034C

Text Example


Text Example

White with #98034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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