Html Css Color HEX #980E46 Jazzberry Jam

📋 copy color: '#980E46'

red 152 ◦ green 14 ◦ blue 70

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

Shades of Jazzberry Jam #980E46

Tints of Jazzberry Jam #980E46

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.93%

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 64.41%
G = 5.93%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#980E46 (or 0x980E46) is known color: Jazzberry Jam. HEX triplet: 98, 0E and 46. RGB value is (152,14,70). Sum of RGB (Red+Green+Blue) = 152+14+70=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #980E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980E46 is #67F1B9. Grayscale: #3D3D3D. Windows color (decimal): -6812090 or 4591256. OLE color: 4591256.

HSL color Cylindrical-coordinate representation of color #980E46: hue angle of 335.65º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E46 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 14 70 -
CMYK 0 0.91 0.54 0.40
HSL 335.65º 0.83% 0.33% -
HSV(B) 335.65º 0.91% 0.6% -
XYZ 14.21 7.43 6.48 -
YUV 61.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 152 14 70 0 0.91 0.54 0.40 335.65 0.83 0.33
Hex 98 E 46 0 5B 36 28 150 53 21
Octal 230 16 106 0 133 66 50 520 123 41
Binary 10011000 1110 1000110 0 1011011 110110 101000 101010000 1010011 100001

Color Harmonies of #980E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980E46

Black with #980E46

Text Example


Text Example

White with #980E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980E46; }

 p { color: rgb(152,14,70); }

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

background-color css

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

 a { background-color: rgb(152,14,70); }

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

border-color css

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

 span { border-color: rgb(152,14,70); }

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