#98135A

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

Shades of Jazzberry Jam #98135A

Tints of Jazzberry Jam #98135A

Color information

#98135A (or 0x98135A) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 13 and 5A. RGB value is (152,19,90). Sum of RGB (Red+Green+Blue) = 152+19+90=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98135A is #67ECA5. Grayscale: #424242. Windows color (decimal): -6810790 or 5903256. OLE color: 5903256.

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

Color convert

RGB1521990-
CMYK00.870.410.40
HSL327.97º77.78%33.53%-
HSV(B)327.97º87.5%59.61%-
XYZ15.037.8810.4-
YUV66.86141.06188.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=58.24%
G=7.28%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152199000.870.410.40327.9777.7833.53
Hex98135A05729281484e22
Octal230231320127515051011642
Binary10011000100111011010010101111010011010001010010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98135A; }

 p { color: rgb(152,19,90); }

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

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

 a { background-color: rgb(152,19,90); }

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

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

 span { border-color: rgb(152,19,90); }

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