#98216A

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

Shades of Jazzberry Jam #98216A

Tints of Jazzberry Jam #98216A

Color information

#98216A (or 0x98216A) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 21 and 6A. RGB value is (152,33,106). Sum of RGB (Red+Green+Blue) = 152+33+106=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #98216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98216A is #67DE95. Grayscale: #4C4C4C. Windows color (decimal): -6807190 or 6955416. OLE color: 6955416.

HSL color Cylindrical-coordinate representation of color #98216A: hue angle of 323.19º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98216A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15233106-
CMYK00.780.300.40
HSL323.19º64.32%36.27%-
HSV(B)323.19º78.29%59.61%-
XYZ16.098.814.49-
YUV76.9144.42181.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 33 (13.28% from 255) = 11.34%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=52.23%
G=11.34%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523310600.780.300.40323.1964.3236.27
Hex98216A04E1E281434024
Octal230411520116365050310044
Binary10011000100001110101001001110111101010001010000111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,33,106); }

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

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

 a { background-color: rgb(152,33,106); }

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

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

 span { border-color: rgb(152,33,106); }

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