Html Css Color HEX #98053D Jazzberry Jam

📋 copy color: '#98053D'

red 152 ◦ green 5 ◦ blue 61

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

Shades of Jazzberry Jam #98053D

Tints of Jazzberry Jam #98053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 61 (24.22% from 255) = 27.98%

R = 69.72%
G = 2.29%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#98053D (or 0x98053D) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 3D. RGB value is (152,5,61). Sum of RGB (Red+Green+Blue) = 152+5+61=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #98053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98053D is #67FAC2. Grayscale: #373737. Windows color (decimal): -6814403 or 3999128. OLE color: 3999128.

HSL color Cylindrical-coordinate representation of color #98053D: hue angle of 337.14º degrees, saturation: 0.94, 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 #98053D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 61 -
CMYK 0 0.97 0.60 0.40
HSL 337.14º 0.94% 0.31% -
HSV(B) 337.14º 0.97% 0.6% -
XYZ 13.85 7.12 5.06 -
YUV 55.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 152 5 61 0 0.97 0.60 0.40 337.14 0.94 0.31
Hex 98 5 3D 0 61 3C 28 151 5E 1F
Octal 230 5 75 0 141 74 50 521 136 37
Binary 10011000 101 111101 0 1100001 111100 101000 101010001 1011110 11111

Color Harmonies of #98053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98053D

Black with #98053D

Text Example


Text Example

White with #98053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98053D; }

 p { color: rgb(152,5,61); }

 H1.HeaderClassName
 {
   color: #98053D;
 }
 .AnyTagClassName
 {
   color: #98053D;
 }
</style>

background-color css

<style>
 a { background-color: #98053D; }

 a { background-color: rgb(152,5,61); }

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

border-color css

<style>
 span { border-color: #98053D; }

 span { border-color: rgb(152,5,61); }

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