Html Css Color HEX #980442 Jazzberry Jam

📋 copy color: '#980442'

red 152 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #980442

Tints of Jazzberry Jam #980442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.73%

R = 68.47%
G = 1.8%
B = 29.73%

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

#980442 (or 0x980442) is known color: Jazzberry Jam. HEX triplet: 98, 04 and 42. RGB value is (152,4,66). Sum of RGB (Red+Green+Blue) = 152+4+66=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #980442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980442 is #67FBBD. Grayscale: #373737. Windows color (decimal): -6814654 or 4326552. OLE color: 4326552.

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

Color convert

RGB 152 4 66 -
CMYK 0 0.97 0.57 0.40
HSL 334.86º 0.95% 0.31% -
HSV(B) 334.86º 0.97% 0.6% -
XYZ 13.98 7.16 5.8 -
YUV 55.32 134.03 196.96 -
System Red Green Blue C M Y K H S L
Decimal 152 4 66 0 0.97 0.57 0.40 334.86 0.95 0.31
Hex 98 4 42 0 61 39 28 14F 5F 1F
Octal 230 4 102 0 141 71 50 517 137 37
Binary 10011000 100 1000010 0 1100001 111001 101000 101001111 1011111 11111

Color Harmonies of #980442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980442

Black with #980442

Text Example


Text Example

White with #980442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980442; }

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

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

background-color css

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

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

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

border-color css

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

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

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