#98135C

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

Shades of Jazzberry Jam #98135C

Tints of Jazzberry Jam #98135C

Color information

#98135C (or 0x98135C) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 13 and 5C. RGB value is (152,19,92). Sum of RGB (Red+Green+Blue) = 152+19+92=263 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.79% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 152 - color contains mainly: red. Hex color #98135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98135C is #67ECA3. Grayscale: #424242. Windows color (decimal): -6810788 or 6034328. OLE color: 6034328.

HSL color Cylindrical-coordinate representation of color #98135C: hue angle of 327.07º 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 #98135C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1521992-
CMYK00.870.390.40
HSL327.07º77.78%33.53%-
HSV(B)327.07º87.5%59.61%-
XYZ15.117.9110.86-
YUV67.09142.06188.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.79%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=57.79%
G=7.22%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152199200.870.390.40327.0777.7833.53
Hex98135C05727281474e22
Octal230231340127475050711642
Binary10011000100111011100010101111001111010001010001111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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