Html Css Color HEX #980753 Jazzberry Jam

📋 copy color: '#980753'

red 152 ◦ green 7 ◦ blue 83

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

Shades of Jazzberry Jam #980753

Tints of Jazzberry Jam #980753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.3%

R = 62.81%
G = 2.89%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980753 (or 0x980753) is known color: Jazzberry Jam. HEX triplet: 98, 07 and 53. RGB value is (152,7,83). Sum of RGB (Red+Green+Blue) = 152+7+83=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #980753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980753 is #67F8AC. Grayscale: #3A3A3A. Windows color (decimal): -6813869 or 5441432. OLE color: 5441432.

HSL color Cylindrical-coordinate representation of color #980753: hue angle of 328.55º 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 #980753 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 83 -
CMYK 0 0.95 0.45 0.40
HSL 328.55º 0.91% 0.31% -
HSV(B) 328.55º 0.95% 0.6% -
XYZ 14.59 7.45 8.85 -
YUV 59.02 141.54 194.32 -
System Red Green Blue C M Y K H S L
Decimal 152 7 83 0 0.95 0.45 0.40 328.55 0.91 0.31
Hex 98 7 53 0 5F 2D 28 149 5B 1F
Octal 230 7 123 0 137 55 50 511 133 37
Binary 10011000 111 1010011 0 1011111 101101 101000 101001001 1011011 11111

Color Harmonies of #980753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980753

Black with #980753

Text Example


Text Example

White with #980753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980753; }

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

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

background-color css

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

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

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

border-color css

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

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

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