Html Css Color HEX #980053 Jazzberry Jam

📋 copy color: '#980053'

red 152 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #980053

Tints of Jazzberry Jam #980053

RGB

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

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

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

R = 64.68%
G = 0%
B = 35.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#980053 (or 0x980053) is known color: Jazzberry Jam. HEX triplet: 98, 00 and 53. RGB value is (152,0,83). Sum of RGB (Red+Green+Blue) = 152+0+83=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #980053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980053 is #67FFAC. Grayscale: #363636. Windows color (decimal): -6815661 or 5439640. OLE color: 5439640.

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

Color convert

RGB 152 0 83 -
CMYK 0 1 0.45 0.40
HSL 327.24º 1% 0.3% -
HSV(B) 327.24º 1% 0.6% -
XYZ 14.51 7.3 8.83 -
YUV 54.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 152 0 83 0 1 0.45 0.40 327.24 1 0.3
Hex 98 0 53 0 64 2D 28 147 64 1E
Octal 230 0 123 0 144 55 50 507 144 36
Binary 10011000 0 1010011 0 1100100 101101 101000 101000111 1100100 11110

Color Harmonies of #980053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980053

Black with #980053

Text Example


Text Example

White with #980053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980053; }

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

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

background-color css

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

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

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

border-color css

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

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

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