Html Css Color HEX #980044 Jazzberry Jam

📋 copy color: '#980044'

red 152 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #980044

Tints of Jazzberry Jam #980044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 30.91%

R = 69.09%
G = 0%
B = 30.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980044 (or 0x980044) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 44. RGB value is (152,0,68). Sum of RGB (Red+Green+Blue) = 152+0+68=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #980044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980044 is #67FFBB. Grayscale: #353535. Windows color (decimal): -6815676 or 4456600. OLE color: 4456600.

HSL color Cylindrical-coordinate representation of color #980044: hue angle of 333.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980044 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 68 -
CMYK 0 1 0.55 0.40
HSL 333.16º 1% 0.3% -
HSV(B) 333.16º 1% 0.6% -
XYZ 13.99 7.09 6.1 -
YUV 53.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 152 0 68 0 1 0.55 0.40 333.16 1 0.3
Hex 98 0 44 0 64 37 28 14D 64 1E
Octal 230 0 104 0 144 67 50 515 144 36
Binary 10011000 0 1000100 0 1100100 110111 101000 101001101 1100100 11110

Color Harmonies of #980044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980044

Black with #980044

Text Example


Text Example

White with #980044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980044; }

 p { color: rgb(152,0,68); }

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

background-color css

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

 a { background-color: rgb(152,0,68); }

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

border-color css

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

 span { border-color: rgb(152,0,68); }

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