#931655

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

Shades of Jazzberry Jam #931655

Tints of Jazzberry Jam #931655

Color information

#931655 (or 0x931655) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 16 and 55. RGB value is (147,22,85). Sum of RGB (Red+Green+Blue) = 147+22+85=254 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.87% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 147 - color contains mainly: red. Hex color #931655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931655 is #6CE9AA. Grayscale: #424242. Windows color (decimal): -7137707 or 5576339. OLE color: 5576339.

HSL color Cylindrical-coordinate representation of color #931655: hue angle of 329.76º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931655 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1472285-
CMYK00.850.420.42
HSL329.76º73.96%33.14%-
HSV(B)329.76º85.03%57.65%-
XYZ13.967.439.29-
YUV66.56138.41185.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 57.87%
GREEN value IS 22 (8.98% from 255) = 8.66%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=57.87%
G=8.66%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147228500.850.420.42329.7673.9633.14
Hex9316550552A2A14a4a21
Octal223261250125525251211241
Binary10010011101101010101010101011010101010101010010101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931655; }

 p { color: rgb(147,22,85); }

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

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

 a { background-color: rgb(147,22,85); }

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

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

 span { border-color: rgb(147,22,85); }

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