#981450

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

Shades of Jazzberry Jam #981450

Tints of Jazzberry Jam #981450

Color information

#981450 (or 0x981450) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 14 and 50. RGB value is (152,20,80). Sum of RGB (Red+Green+Blue) = 152+20+80=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #981450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981450 is #67EBAF. Grayscale: #424242. Windows color (decimal): -6810544 or 5248152. OLE color: 5248152.

HSL color Cylindrical-coordinate representation of color #981450: hue angle of 332.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981450 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1522080-
CMYK00.870.470.40
HSL332.73º76.74%33.73%-
HSV(B)332.73º86.84%59.61%-
XYZ14.657.758.31-
YUV66.31135.73189.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.32%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=60.32%
G=7.94%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152208000.870.470.40332.7376.7433.73
Hex9814500572F2814d4d22
Octal230241200127575051511542
Binary10011000101001010000010101111011111010001010011011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981450; }

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

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

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

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

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

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

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

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