Html Css Color HEX #980B5D Jazzberry Jam

📋 copy color: '#980B5D'

red 152 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #980B5D

Tints of Jazzberry Jam #980B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 59.38%
G = 4.3%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#980B5D (or 0x980B5D) is known color: Jazzberry Jam. HEX triplet: 98, 0B and 5D. RGB value is (152,11,93). Sum of RGB (Red+Green+Blue) = 152+11+93=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #980B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B5D is #67F4A2. Grayscale: #3E3E3E. Windows color (decimal): -6812835 or 6097816. OLE color: 6097816.

HSL color Cylindrical-coordinate representation of color #980B5D: hue angle of 325.11º 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 #980B5D is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 11 93 -
CMYK 0 0.93 0.39 0.40
HSL 325.11º 0.87% 0.32% -
HSV(B) 325.11º 0.93% 0.6% -
XYZ 15.04 7.71 11.05 -
YUV 62.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 152 11 93 0 0.93 0.39 0.40 325.11 0.87 0.32
Hex 98 B 5D 0 5D 27 28 145 57 20
Octal 230 13 135 0 135 47 50 505 127 40
Binary 10011000 1011 1011101 0 1011101 100111 101000 101000101 1010111 100000

Color Harmonies of #980B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980B5D

Black with #980B5D

Text Example


Text Example

White with #980B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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