Html Css Color HEX #980A57 Jazzberry Jam

📋 copy color: '#980A57'

red 152 ◦ green 10 ◦ blue 87

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

Shades of Jazzberry Jam #980A57

Tints of Jazzberry Jam #980A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.94%

R = 61.04%
G = 4.02%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#980A57 (or 0x980A57) is known color: Jazzberry Jam. HEX triplet: 98, 0A and 57. RGB value is (152,10,87). Sum of RGB (Red+Green+Blue) = 152+10+87=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #980A57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A57 is #67F5A8. Grayscale: #3D3D3D. Windows color (decimal): -6813097 or 5704344. OLE color: 5704344.

HSL color Cylindrical-coordinate representation of color #980A57: hue angle of 327.46º 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 #980A57 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 87 -
CMYK 0 0.93 0.43 0.40
HSL 327.46º 0.88% 0.32% -
HSV(B) 327.46º 0.93% 0.6% -
XYZ 14.78 7.58 9.7 -
YUV 61.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 152 10 87 0 0.93 0.43 0.40 327.46 0.88 0.32
Hex 98 A 57 0 5D 2B 28 147 58 20
Octal 230 12 127 0 135 53 50 507 130 40
Binary 10011000 1010 1010111 0 1011101 101011 101000 101000111 1011000 100000

Color Harmonies of #980A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A57

Black with #980A57

Text Example


Text Example

White with #980A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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