Html Css Color HEX #980541 Jazzberry Jam

📋 copy color: '#980541'

red 152 ◦ green 5 ◦ blue 65

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

Shades of Jazzberry Jam #980541

Tints of Jazzberry Jam #980541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 65 (25.78% from 255) = 29.28%

R = 68.47%
G = 2.25%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#980541 (or 0x980541) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 41. RGB value is (152,5,65). Sum of RGB (Red+Green+Blue) = 152+5+65=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #980541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980541 is #67FABE. Grayscale: #373737. Windows color (decimal): -6814399 or 4261272. OLE color: 4261272.

HSL color Cylindrical-coordinate representation of color #980541: hue angle of 335.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980541 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 65 -
CMYK 0 0.97 0.57 0.40
HSL 335.51º 0.94% 0.31% -
HSV(B) 335.51º 0.97% 0.6% -
XYZ 13.96 7.17 5.65 -
YUV 55.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 152 5 65 0 0.97 0.57 0.40 335.51 0.94 0.31
Hex 98 5 41 0 61 39 28 150 5E 1F
Octal 230 5 101 0 141 71 50 520 136 37
Binary 10011000 101 1000001 0 1100001 111001 101000 101010000 1011110 11111

Color Harmonies of #980541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980541

Black with #980541

Text Example


Text Example

White with #980541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980541; }

 p { color: rgb(152,5,65); }

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

background-color css

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

 a { background-color: rgb(152,5,65); }

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

border-color css

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

 span { border-color: rgb(152,5,65); }

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