#981A5B

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

Shades of Jazzberry Jam #981A5B

Tints of Jazzberry Jam #981A5B

Color information

#981A5B (or 0x981A5B) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 1A and 5B. RGB value is (152,26,91). Sum of RGB (Red+Green+Blue) = 152+26+91=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #981A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A5B is #67E5A4. Grayscale: #464646. Windows color (decimal): -6808997 or 5970584. OLE color: 5970584.

HSL color Cylindrical-coordinate representation of color #981A5B: hue angle of 329.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A5B is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1522691-
CMYK00.830.400.40
HSL329.05º70.79%34.9%-
HSV(B)329.05º82.89%59.61%-
XYZ15.218.1710.67-
YUV71.08139.24185.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 26 (10.55% from 255) = 9.67%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=56.51%
G=9.67%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152269100.830.400.40329.0570.7934.9
Hex981A5B05328281494723
Octal230321330123505051110743
Binary10011000110101011011010100111010001010001010010011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981A5B; }

 p { color: rgb(152,26,91); }

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

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

 a { background-color: rgb(152,26,91); }

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

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

 span { border-color: rgb(152,26,91); }

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