Html Css Color HEX #98134C Jazzberry Jam

📋 copy color: '#98134C'

red 152 ◦ green 19 ◦ blue 76

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

Shades of Jazzberry Jam #98134C

Tints of Jazzberry Jam #98134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

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

R = 61.54%
G = 7.69%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#98134C (or 0x98134C) is known color: Jazzberry Jam. HEX triplet: 98, 13 and 4C. RGB value is (152,19,76). Sum of RGB (Red+Green+Blue) = 152+19+76=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98134C is #67ECB3. Grayscale: #414141. Windows color (decimal): -6810804 or 4985752. OLE color: 4985752.

HSL color Cylindrical-coordinate representation of color #98134C: hue angle of 334.29º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98134C is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 76 -
CMYK 0 0.87 0.50 0.40
HSL 334.29º 0.78% 0.34% -
HSV(B) 334.29º 0.88% 0.6% -
XYZ 14.49 7.66 7.55 -
YUV 65.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 152 19 76 0 0.87 0.50 0.40 334.29 0.78 0.34
Hex 98 13 4C 0 57 32 28 14E 4E 22
Octal 230 23 114 0 127 62 50 516 116 42
Binary 10011000 10011 1001100 0 1010111 110010 101000 101001110 1001110 100010

Color Harmonies of #98134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98134C

Black with #98134C

Text Example


Text Example

White with #98134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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