#921155

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

Shades of Jazzberry Jam #921155

Tints of Jazzberry Jam #921155

Color information

#921155 (or 0x921155) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 11 and 55. RGB value is (146,17,85). Sum of RGB (Red+Green+Blue) = 146+17+85=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #921155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921155 is #6DEEAA. Grayscale: #3F3F3F. Windows color (decimal): -7204523 or 5575058. OLE color: 5575058.

HSL color Cylindrical-coordinate representation of color #921155: hue angle of 328.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921155 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1461785-
CMYK00.880.420.43
HSL328.37º79.14%31.96%-
HSV(B)328.37º88.36%57.25%-
XYZ13.697.179.26-
YUV63.32140.24186.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=58.87%
G=6.85%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146178500.880.420.43328.3779.1431.96
Hex9211550582A2B1484f20
Octal222211250130525351011740
Binary10010010100011010101010110001010101010111010010001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921155; }

 p { color: rgb(146,17,85); }

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

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

 a { background-color: rgb(146,17,85); }

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

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

 span { border-color: rgb(146,17,85); }

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