Html Css Color HEX #980D45 Jazzberry Jam

📋 copy color: '#980D45'

red 152 ◦ green 13 ◦ blue 69

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

Shades of Jazzberry Jam #980D45

Tints of Jazzberry Jam #980D45

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

 BLUE value IS 69 (27.34% from 255) = 29.49%

R = 64.96%
G = 5.56%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980D45 (or 0x980D45) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 45. RGB value is (152,13,69). Sum of RGB (Red+Green+Blue) = 152+13+69=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #980D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D45 is #67F2BA. Grayscale: #3C3C3C. Windows color (decimal): -6812347 or 4525464. OLE color: 4525464.

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

Color convert

RGB 152 13 69 -
CMYK 0 0.91 0.55 0.40
HSL 335.83º 0.84% 0.32% -
HSV(B) 335.83º 0.91% 0.6% -
XYZ 14.17 7.39 6.31 -
YUV 60.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 152 13 69 0 0.91 0.55 0.40 335.83 0.84 0.32
Hex 98 D 45 0 5B 37 28 150 54 20
Octal 230 15 105 0 133 67 50 520 124 40
Binary 10011000 1101 1000101 0 1011011 110111 101000 101010000 1010100 100000

Color Harmonies of #980D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D45

Black with #980D45

Text Example


Text Example

White with #980D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,69); }

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

background-color css

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

 a { background-color: rgb(152,13,69); }

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

border-color css

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

 span { border-color: rgb(152,13,69); }

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