Html Css Color HEX #980A55 Jazzberry Jam

📋 copy color: '#980A55'

red 152 ◦ green 10 ◦ blue 85

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

Shades of Jazzberry Jam #980A55

Tints of Jazzberry Jam #980A55

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 61.54%
G = 4.05%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#980A55 (or 0x980A55) is known color: Jazzberry Jam. HEX triplet: 98, 0A and 55. RGB value is (152,10,85). Sum of RGB (Red+Green+Blue) = 152+10+85=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #980A55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A55 is #67F5AA. Grayscale: #3C3C3C. Windows color (decimal): -6813099 or 5573272. OLE color: 5573272.

HSL color Cylindrical-coordinate representation of color #980A55: hue angle of 328.31º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A55 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 85 -
CMYK 0 0.93 0.44 0.40
HSL 328.31º 0.88% 0.32% -
HSV(B) 328.31º 0.93% 0.6% -
XYZ 14.7 7.55 9.28 -
YUV 61.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 152 10 85 0 0.93 0.44 0.40 328.31 0.88 0.32
Hex 98 A 55 0 5D 2C 28 148 58 20
Octal 230 12 125 0 135 54 50 510 130 40
Binary 10011000 1010 1010101 0 1011101 101100 101000 101001000 1011000 100000

Color Harmonies of #980A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A55

Black with #980A55

Text Example


Text Example

White with #980A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980A55; }

 p { color: rgb(152,10,85); }

 H1.HeaderClassName
 {
   color: #980A55;
 }
 .AnyTagClassName
 {
   color: #980A55;
 }
</style>

background-color css

<style>
 a { background-color: #980A55; }

 a { background-color: rgb(152,10,85); }

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

border-color css

<style>
 span { border-color: #980A55; }

 span { border-color: rgb(152,10,85); }

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