Html Css Color HEX #980B46 Jazzberry Jam

📋 copy color: '#980B46'

red 152 ◦ green 11 ◦ blue 70

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

Shades of Jazzberry Jam #980B46

Tints of Jazzberry Jam #980B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.72%

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

R = 65.24%
G = 4.72%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#980B46 (or 0x980B46) is known color: Jazzberry Jam. HEX triplet: 98, 0B and 46. RGB value is (152,11,70). Sum of RGB (Red+Green+Blue) = 152+11+70=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #980B46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B46 is #67F4B9. Grayscale: #3B3B3B. Windows color (decimal): -6812858 or 4590488. OLE color: 4590488.

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

Color convert

RGB 152 11 70 -
CMYK 0 0.93 0.54 0.40
HSL 334.89º 0.87% 0.32% -
HSV(B) 334.89º 0.93% 0.6% -
XYZ 14.17 7.36 6.47 -
YUV 59.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 152 11 70 0 0.93 0.54 0.40 334.89 0.87 0.32
Hex 98 B 46 0 5D 36 28 14F 57 20
Octal 230 13 106 0 135 66 50 517 127 40
Binary 10011000 1011 1000110 0 1011101 110110 101000 101001111 1010111 100000

Color Harmonies of #980B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B46

Black with #980B46

Text Example


Text Example

White with #980B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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