Html Css Color HEX #980444 Jazzberry Jam

📋 copy color: '#980444'

red 152 ◦ green 4 ◦ blue 68

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

Shades of Jazzberry Jam #980444

Tints of Jazzberry Jam #980444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 68 (26.95% from 255) = 30.36%

R = 67.86%
G = 1.79%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980444 (or 0x980444) is known color: Jazzberry Jam. HEX triplet: 98, 04 and 44. RGB value is (152,4,68). Sum of RGB (Red+Green+Blue) = 152+4+68=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980444 is #67FBBB. Grayscale: #373737. Windows color (decimal): -6814652 or 4457624. OLE color: 4457624.

HSL color Cylindrical-coordinate representation of color #980444: hue angle of 334.05º degrees, saturation: 0.95, 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 #980444 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 4 68 -
CMYK 0 0.97 0.55 0.40
HSL 334.05º 0.95% 0.31% -
HSV(B) 334.05º 0.97% 0.6% -
XYZ 14.04 7.18 6.11 -
YUV 55.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 152 4 68 0 0.97 0.55 0.40 334.05 0.95 0.31
Hex 98 4 44 0 61 37 28 14E 5F 1F
Octal 230 4 104 0 141 67 50 516 137 37
Binary 10011000 100 1000100 0 1100001 110111 101000 101001110 1011111 11111

Color Harmonies of #980444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980444

Black with #980444

Text Example


Text Example

White with #980444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980444; }

 p { color: rgb(152,4,68); }

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

background-color css

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

 a { background-color: rgb(152,4,68); }

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

border-color css

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

 span { border-color: rgb(152,4,68); }

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