Html Css Color HEX #980755 Jazzberry Jam

📋 copy color: '#980755'

red 152 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #980755

Tints of Jazzberry Jam #980755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.87%

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

R = 62.3%
G = 2.87%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#980755 (or 0x980755) is known color: Jazzberry Jam. HEX triplet: 98, 07 and 55. RGB value is (152,7,85). Sum of RGB (Red+Green+Blue) = 152+7+85=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #980755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980755 is #67F8AA. Grayscale: #3B3B3B. Windows color (decimal): -6813867 or 5572504. OLE color: 5572504.

HSL color Cylindrical-coordinate representation of color #980755: hue angle of 327.72º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980755 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 85 -
CMYK 0 0.95 0.44 0.40
HSL 327.72º 0.91% 0.31% -
HSV(B) 327.72º 0.95% 0.6% -
XYZ 14.66 7.48 9.27 -
YUV 59.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 152 7 85 0 0.95 0.44 0.40 327.72 0.91 0.31
Hex 98 7 55 0 5F 2C 28 148 5B 1F
Octal 230 7 125 0 137 54 50 510 133 37
Binary 10011000 111 1010101 0 1011111 101100 101000 101001000 1011011 11111

Color Harmonies of #980755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980755

Black with #980755

Text Example


Text Example

White with #980755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980755; }

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

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

background-color css

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

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

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

border-color css

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

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

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