#92115C

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

Shades of Jazzberry Jam #92115C

Tints of Jazzberry Jam #92115C

Color information

#92115C (or 0x92115C) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 11 and 5C. RGB value is (146,17,92). Sum of RGB (Red+Green+Blue) = 146+17+92=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #92115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92115C is #6DEEA3. Grayscale: #3F3F3F. Windows color (decimal): -7204516 or 6033810. OLE color: 6033810.

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

Color convert

RGB1461792-
CMYK00.880.370.43
HSL325.12º79.14%31.96%-
HSV(B)325.12º88.36%57.25%-
XYZ13.997.2810.79-
YUV64.12143.74186.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.25%
GREEN value IS 17 (7.03% from 255) = 6.67%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=57.25%
G=6.67%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146179200.880.370.43325.1279.1431.96
Hex92115C058252B1454f20
Octal222211340130455350511740
Binary10010010100011011100010110001001011010111010001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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