#980542

Color #980542 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #980542

Tints of Jazzberry Jam #980542

Color information

#980542 (or 0x980542) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 05 and 42. RGB value is (152,5,66). Sum of RGB (Red+Green+Blue) = 152+5+66=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980542 is #67FABD. Grayscale: #373737. Windows color (decimal): -6814398 or 4326808. OLE color: 4326808.

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

Color convert

RGB152566-
CMYK00.970.570.40
HSL335.1º93.63%30.78%-
HSV(B)335.1º96.71%59.61%-
XYZ13.997.185.8-
YUV55.91133.7196.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.16%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=68.16%
G=2.24%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15256600.970.570.40335.193.6330.78
Hex98542061392814f5e1f
Octal23051020141715051713637
Binary10011000101100001001100001111001101000101001111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980542; }

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

 H1.HeaderClassName
 {
   color: #980542;
 }
 .AnyTagClassName
 {
   color: #980542;
 }
</style>
background-color css

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

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

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

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

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

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