#92115D

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

Shades of Jazzberry Jam #92115D

Tints of Jazzberry Jam #92115D

Color information

#92115D (or 0x92115D) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 11 and 5D. RGB value is (146,17,93). Sum of RGB (Red+Green+Blue) = 146+17+93=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #92115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92115D is #6DEEA2. Grayscale: #404040. Windows color (decimal): -7204515 or 6099346. OLE color: 6099346.

HSL color Cylindrical-coordinate representation of color #92115D: hue angle of 324.65º 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 #92115D is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1461793-
CMYK00.880.360.43
HSL324.65º79.14%31.96%-
HSV(B)324.65º88.36%57.25%-
XYZ14.037.311.03-
YUV64.24144.24186.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.03%
GREEN value IS 17 (7.03% from 255) = 6.64%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=57.03%
G=6.64%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146179300.880.360.43324.6579.1431.96
Hex92115D058242B1454f20
Octal222211350130445350511740
Binary10010010100011011101010110001001001010111010001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92115D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92115D; }

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

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

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

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

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

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

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

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