Html Css Color HEX #980446 Jazzberry Jam

📋 copy color: '#980446'

red 152 ◦ green 4 ◦ blue 70

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

Shades of Jazzberry Jam #980446

Tints of Jazzberry Jam #980446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.97%

R = 67.26%
G = 1.77%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#980446 (or 0x980446) is known color: Jazzberry Jam. HEX triplet: 98, 04 and 46. RGB value is (152,4,70). Sum of RGB (Red+Green+Blue) = 152+4+70=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #980446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980446 is #67FBB9. Grayscale: #373737. Windows color (decimal): -6814650 or 4588696. OLE color: 4588696.

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

Color convert

RGB 152 4 70 -
CMYK 0 0.97 0.54 0.40
HSL 333.24º 0.95% 0.31% -
HSV(B) 333.24º 0.97% 0.6% -
XYZ 14.1 7.2 6.44 -
YUV 55.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 152 4 70 0 0.97 0.54 0.40 333.24 0.95 0.31
Hex 98 4 46 0 61 36 28 14D 5F 1F
Octal 230 4 106 0 141 66 50 515 137 37
Binary 10011000 100 1000110 0 1100001 110110 101000 101001101 1011111 11111

Color Harmonies of #980446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980446

Black with #980446

Text Example


Text Example

White with #980446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980446; }

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

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

background-color css

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

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

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

border-color css

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

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

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