#980450

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

Shades of Jazzberry Jam #980450

Tints of Jazzberry Jam #980450

Color information

#980450 (or 0x980450) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 04 and 50. RGB value is (152,4,80). Sum of RGB (Red+Green+Blue) = 152+4+80=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #980450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980450 is #67FBAF. Grayscale: #383838. Windows color (decimal): -6814640 or 5244056. OLE color: 5244056.

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

Color convert

RGB152480-
CMYK00.970.470.40
HSL329.19º94.87%30.59%-
HSV(B)329.19º97.37%59.61%-
XYZ14.447.348.25-
YUV56.92141.03195.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.41%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 80 (31.64% from 255) = 33.90%
R=64.41%
G=1.69%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15248000.970.470.40329.1994.8730.59
Hex984500612F281495f1f
Octal23041200141575051113737
Binary10011000100101000001100001101111101000101001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980450; }

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

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

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

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

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

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

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

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