Html Css Color HEX #980649 Jazzberry Jam

📋 copy color: '#980649'

red 152 ◦ green 6 ◦ blue 73

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

Shades of Jazzberry Jam #980649

Tints of Jazzberry Jam #980649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

 BLUE value IS 73 (28.91% from 255) = 31.6%

R = 65.8%
G = 2.6%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#980649 (or 0x980649) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 49. RGB value is (152,6,73). Sum of RGB (Red+Green+Blue) = 152+6+73=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #980649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980649 is #67F9B6. Grayscale: #393939. Windows color (decimal): -6814135 or 4785816. OLE color: 4785816.

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

Color convert

RGB 152 6 73 -
CMYK 0 0.96 0.52 0.40
HSL 332.47º 0.92% 0.31% -
HSV(B) 332.47º 0.96% 0.6% -
XYZ 14.22 7.29 6.96 -
YUV 57.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 152 6 73 0 0.96 0.52 0.40 332.47 0.92 0.31
Hex 98 6 49 0 60 34 28 14C 5C 1F
Octal 230 6 111 0 140 64 50 514 134 37
Binary 10011000 110 1001001 0 1100000 110100 101000 101001100 1011100 11111

Color Harmonies of #980649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980649

Black with #980649

Text Example


Text Example

White with #980649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980649; }

 p { color: rgb(152,6,73); }

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

background-color css

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

 a { background-color: rgb(152,6,73); }

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

border-color css

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

 span { border-color: rgb(152,6,73); }

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