Html Css Color HEX #980D48 Jazzberry Jam

📋 copy color: '#980D48'

red 152 ◦ green 13 ◦ blue 72

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

Shades of Jazzberry Jam #980D48

Tints of Jazzberry Jam #980D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 64.14%
G = 5.49%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#980D48 (or 0x980D48) is known color: Jazzberry Jam. HEX triplet: 98, 0D and 48. RGB value is (152,13,72). Sum of RGB (Red+Green+Blue) = 152+13+72=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #980D48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D48 is #67F2B7. Grayscale: #3D3D3D. Windows color (decimal): -6812344 or 4722072. OLE color: 4722072.

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

Color convert

RGB 152 13 72 -
CMYK 0 0.91 0.53 0.40
HSL 334.53º 0.84% 0.32% -
HSV(B) 334.53º 0.91% 0.6% -
XYZ 14.26 7.43 6.81 -
YUV 61.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 152 13 72 0 0.91 0.53 0.40 334.53 0.84 0.32
Hex 98 D 48 0 5B 35 28 14F 54 20
Octal 230 15 110 0 133 65 50 517 124 40
Binary 10011000 1101 1001000 0 1011011 110101 101000 101001111 1010100 100000

Color Harmonies of #980D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D48

Black with #980D48

Text Example


Text Example

White with #980D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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