Html Css Color HEX #980241 Jazzberry Jam

📋 copy color: '#980241'

red 152 ◦ green 2 ◦ blue 65

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

Shades of Jazzberry Jam #980241

Tints of Jazzberry Jam #980241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

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

R = 69.41%
G = 0.91%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#980241 (or 0x980241) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 41. RGB value is (152,2,65). Sum of RGB (Red+Green+Blue) = 152+2+65=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #980241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980241 is #67FDBE. Grayscale: #353535. Windows color (decimal): -6815167 or 4260504. OLE color: 4260504.

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

Color convert

RGB 152 2 65 -
CMYK 0 0.99 0.57 0.40
HSL 334.8º 0.97% 0.3% -
HSV(B) 334.8º 0.99% 0.6% -
XYZ 13.92 7.1 5.64 -
YUV 54.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 152 2 65 0 0.99 0.57 0.40 334.8 0.97 0.3
Hex 98 2 41 0 63 39 28 14F 61 1E
Octal 230 2 101 0 143 71 50 517 141 36
Binary 10011000 10 1000001 0 1100011 111001 101000 101001111 1100001 11110

Color Harmonies of #980241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980241

Black with #980241

Text Example


Text Example

White with #980241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980241; }

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

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

background-color css

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

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

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

border-color css

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

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

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