#931A5B

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

Shades of Jazzberry Jam #931A5B

Tints of Jazzberry Jam #931A5B

Color information

#931A5B (or 0x931A5B) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 1A and 5B. RGB value is (147,26,91). Sum of RGB (Red+Green+Blue) = 147+26+91=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #931A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931A5B is #6CE5A4. Grayscale: #454545. Windows color (decimal): -7136677 or 5970579. OLE color: 5970579.

HSL color Cylindrical-coordinate representation of color #931A5B: hue angle of 327.77º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931A5B is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1472691-
CMYK00.820.380.42
HSL327.77º69.94%33.92%-
HSV(B)327.77º82.31%57.65%-
XYZ14.297.710.63-
YUV69.59140.09183.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 26 (10.55% from 255) = 9.85%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=55.68%
G=9.85%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147269100.820.380.42327.7769.9433.92
Hex931A5B052262A1484622
Octal223321330122465251010642
Binary10010011110101011011010100101001101010101010010001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931A5B; }

 p { color: rgb(147,26,91); }

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

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

 a { background-color: rgb(147,26,91); }

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

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

 span { border-color: rgb(147,26,91); }

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