Html Css Color HEX #980853 Jazzberry Jam

📋 copy color: '#980853'

red 152 ◦ green 8 ◦ blue 83

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

Shades of Jazzberry Jam #980853

Tints of Jazzberry Jam #980853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 62.55%
G = 3.29%
B = 34.16%

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

#980853 (or 0x980853) is known color: Jazzberry Jam. HEX triplet: 98, 08 and 53. RGB value is (152,8,83). Sum of RGB (Red+Green+Blue) = 152+8+83=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #980853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980853 is #67F7AC. Grayscale: #3B3B3B. Windows color (decimal): -6813613 or 5441688. OLE color: 5441688.

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

Color convert

RGB 152 8 83 -
CMYK 0 0.95 0.45 0.40
HSL 328.75º 0.9% 0.31% -
HSV(B) 328.75º 0.95% 0.6% -
XYZ 14.6 7.47 8.86 -
YUV 59.61 141.21 193.9 -
System Red Green Blue C M Y K H S L
Decimal 152 8 83 0 0.95 0.45 0.40 328.75 0.9 0.31
Hex 98 8 53 0 5F 2D 28 149 5A 1F
Octal 230 10 123 0 137 55 50 511 132 37
Binary 10011000 1000 1010011 0 1011111 101101 101000 101001001 1011010 11111

Color Harmonies of #980853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980853

Black with #980853

Text Example


Text Example

White with #980853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980853; }

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

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

background-color css

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

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

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

border-color css

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

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

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