#930646

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

Shades of Jazzberry Jam #930646

Tints of Jazzberry Jam #930646

Color information

#930646 (or 0x930646) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 06 and 46. RGB value is (147,6,70). Sum of RGB (Red+Green+Blue) = 147+6+70=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #930646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930646 is #6CF9B9. Grayscale: #373737. Windows color (decimal): -7141818 or 4589203. OLE color: 4589203.

HSL color Cylindrical-coordinate representation of color #930646: hue angle of 332.77º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930646 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB147670-
CMYK00.960.520.42
HSL332.77º92.16%30%-
HSV(B)332.77º95.92%57.65%-
XYZ13.26.786.41-
YUV55.46136.21193.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.92%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=65.92%
G=2.69%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14767000.960.520.42332.7792.1630
Hex93646060342A14d5c1e
Octal22361060140645251513436
Binary10010011110100011001100000110100101010101001101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930646; }

 p { color: rgb(147,6,70); }

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

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

 a { background-color: rgb(147,6,70); }

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

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

 span { border-color: rgb(147,6,70); }

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